I am trying to make a bar graph or a stacked bar graph with the count of each city.
The x-axis should be the the label of cluster and y-axis should be the count.
Something like these
Where the colors are different cities.
I have tried to use the hist funtions from pandas but cannot separate the cities.