You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very late but my response can help others, starting from pandas version 2.0.0 you have to use numeric_only=True corr = sales.corr(numeric_only=True)
corr = sales.corr()
corr
ValueError: could not convert string to float: 'November'
The text was updated successfully, but these errors were encountered: