小编fik*_*a3e的帖子

系列'对象没有属性'顺序'

我的代码是

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

错误是

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

python-3.6

2
推荐指数
1
解决办法
8128
查看次数

标签 统计

python-3.6 ×1