I am trying to plot 2 countries only so that I can compare the differences between the two but I don't know how to add it in my code?
df.plot.bar(x='country'); // it shows all the countries and its values
I just want to show two countries only.
I am trying to plot 2 countries only so that I can compare the differences between the two but I don't know how to add it in my code?
df.plot.bar(x='country'); // it shows all the countries and its values
I just want to show two countries only.