Skip to content

Tag: data-science

How to plot histogram for below Data Frame

For example this is the DataFrame I want to plot the histogram with X axis showing the Countries and the Y axis showing the amounts on the Y axis, Is this possible. Answer For a dataframe that looks like this: You can plot the graph you want like so: This will produce the following plot: You can check more ab…