0

I have a dataframe like below one. There 4 cluster group and each group has several Venue options like Cafe or Coffee Shop. I want to make a bar chart mainly grouped by Cluster Labels with its Common Venues bars and it should show the Counts numbers.

I didn't manage it to plot in python. Could you help me?

Cluster Labels  1st Most Common Venue   Counts
    0                    Café               3
    0                    Clothing Store     2
    0                    Seafood Restaurant 1
    1                    Hotel              1
    2                    Café              14
    2                    Coffee Shop        1
    2                    Turkish Restaurant 1
    3                    Café               9
    3                    Restaurant         1
    3                    Steakhouse         2
    3                    Turkish Restaurant 3
    4                    Breakfast Spot     1
cody
  • 11,045
  • 3
  • 21
  • 36
Syildiz
  • 69
  • 2
  • 11

0 Answers0