I have dataframe named df, and I have successfully plot the bar plot by issuing this command below:
df.plot(kind="bar")
The graph is displayed, however, I have no idea on how to set the x label, y label and its title? Any idea on this? Is there any full fledge documentation available for this?
Thanks for your kind advise!