How to change dataframe column values importing from csv file?
By Rama, 3 years ago
Bookmark
0
Import the boston housing dataset, but while importing change the 'medv' (median house value) column so that values < 35 becomes ‘Low’ and > 35 becomes ‘High’.