pie() missing 1 required positional argument: 'x'

后端 未结 0 1065
有刺的猬
有刺的猬 2020-12-29 16:09

enter image description here

plt.pie(data=df[\'rating\'].value_counts(), labels= df[\'rating\'], autopct=\'%.1f%%\') plt.show()

showing error:

TypeErr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题