Hi I am trying to plot a dataframe where Data looks like this
I wrote a code
df.plot(x =\'Year\', y=[\'Male\', \'Female\'], kind = \'line\') pl