Screen Link: <!Learn data science with Python and R projects>
Hi, how to make the bar chart where countries in ascending order or vice versa . I’ve searched in Q n A forum but couldn’t find any or may be I’ve missed somewhere. Cheers.
Screen Link: <!Learn data science with Python and R projects>
Hi, how to make the bar chart where countries in ascending order or vice versa . I’ve searched in Q n A forum but couldn’t find any or may be I’ve missed somewhere. Cheers.
Hi! You can use sort_values() with for the pivot table and then apply the bar chart.