-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