How do I fix TypeError: '<' not supported between instances of 'NoneType' and 'str'

后端 未结 0 768
囚心锁ツ
囚心锁ツ 2021-02-18 22:06

Here\'s my code:

x_pie_data = x_df.groupby(\'Trend\')
pie_label = sorted([i for i in x_df.loc[:, "Trend"].unique()])
plt.pie(x_pie_data[\'Trend\'].count         


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