Q:

plot value counts pandas


data['title'].value_counts()[:20].plot(kind='barh')
    
1


df.letters.value_counts().sort_values().plot(kind = 'barh')
0

New to Communities?

Join the community