how to show a bar graph from value_counts df code example Example: plot value counta data['title'].value_counts()[:20].plot(kind='barh')