2017-08-28 11 views
-2

私のコードオブジェクトには属性がありません' シリーズのため '

disagreements = pivoted[pivoted.movie_id.isin(top_50.index)]["diff"] 
disagreements.order().plot(kind="bar", figsize=[10,15]) 

エラーが

 
Series' object has no attribute 'order' 
currently trying this on spider,python3.6. anybody with a solution please 

答えて

関連する問題