Pandas - Generate a bar plot of the value counts

PHOTO EMBED

Sun Oct 24 2021 07:15:37 GMT+0000 (Coordinated Universal Time)

Saved by @laadpiyush #plaintext

dataframe['column_name'].value_counts().plot(kind='bar')
plt.show()
content_copyCOPY