▶ Watch Entire Pandas Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3wDKct8 bit.ly/2IGzvOR ▶ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶ Get The Code: bit.ly/3PXPJBt
@sumitsonar1690 Жыл бұрын
best tutorial video on groupby()
@Codemycom Жыл бұрын
Thanks!
@javzaajavzaa2456 Жыл бұрын
FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function. How to solve it?
@Ironpants57 Жыл бұрын
If ignored, certain functions may cause a line to crash. Specially if you tried to use ".mean()". Like in the tutorial but add this between the parenthesizes "numeric_only=True". Easy change but sort of annoying. Example: company.sum(numeric_only=True)
@DostoDosto-z6k20 күн бұрын
Hi, thanks alot for your good efforts, realy i like your explanation. for the " company.mean()" I had an errore message: TypeError: agg function failed [how->mean,dtype->object] "company.std()" ValueError: could not convert string to float: 'John' company.var() TypeError: agg function failed [how->var,dtype->object] Cany you please clarify.
@laurentreynaud44042 жыл бұрын
Thank you very much! There is no Twitter because there are no more employees? 😉