I am trying to plot countries departments and their sales. So i have country, departments and their sales numbers in diff columns. And i need to create bar plot, so it should look like country1 and its departments on x-axis and sales y-axis, then country2 and so-on.
I tried seaborn's catplot but its giving me a diff plot for each country, using plotly's bar its just plotting all the departments together. I need it to be grouped based on the countries.
Any input is appreciated. Thanks