tracer Bargraph avec Value_Counts

data_1.Manufactorer.value_counts(ascending = False).plot(kind = 'bar')
Helpful Hare