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
Error with data.corr() in Exploratory Data Analysis:
Error message: ValueError: could not convert string to float: 'chevrolet chevelle malibu'
Solution: data.drop('car name',axis=1).corr()
The text was updated successfully, but these errors were encountered:
Error with data.corr() in Exploratory Data Analysis:
Error message: ValueError: could not convert string to float: 'chevrolet chevelle malibu'
Solution: data.drop('car name',axis=1).corr()
The text was updated successfully, but these errors were encountered: