Open Agent007 opened 6 years ago
In the last code cell of the K-Means Clustering of Movie Ratings notebook, the call to sort_values() is missing the by parameter. avg_ratings dataframe must be given column names before that.
sort_values()
by
avg_ratings
In the last code cell of the K-Means Clustering of Movie Ratings notebook, the call to
sort_values()
is missing theby
parameter.avg_ratings
dataframe must be given column names before that.