Trying to get a pareto-chart
in Python following
I am following this code in my Jupyter notebook How to make Pareto Chart in python?
I'm not getting the pareto increasing uniformly, instead its zigzag and the x-labels are sorted alphabetically, instead of ordered by country
though the df.sort_values
is there.
Please suggest what could be the issue.