pandas (@pandas_dev) 's Twitter Profile
pandas

@pandas_dev

Official account of the pandas project

ID: 1015706109255053317

linkhttps://pandas.pydata.org calendar_today07-07-2018 21:16:22

270 Tweet

31,31K Takipçi

22 Takip Edilen

pandas (@pandas_dev) 's Twitter Profile Photo

Artificial intelligence may not be so intelligent if it uses pandas .apply() when not strictly necessary. Our operations are usually vectorized (very fast), .apply() is usually not, so it may be very slow. Avoid loops and apply if a pandas operation exists for what you need.