Hi there!
would you please help .I keep getting this when i try to select numerical columns from my DF.
Hi there!
would you please help .I keep getting this when i try to select numerical columns from my DF.
try with “int64” instead of “int”.
Also you my use df.info() once to see which all columns are int64 and float type but stored as object dtype.
Hi Rucha,
Thank you i used “int64” and it workd.