How to plot this dataframe columns

时间:2019-04-08 13:18:08

标签: python matplotlib data-visualization

I am trying to plot the columns of the DataFrame which contains variable Edition in x-axis and Performances in y-axis.

enter image description here

I tried this code:

df.plot(x='Edition',y='Performances')

But it gives an error:

no numeric data to plot.

Can someone please suggest how I could do this?

0 个答案:

没有答案