I\'m using Seaborn to create some nice graphs.
plt.figure(figsize=(12,8)) sns.countplot(x="day_name_complete", data=df_fuze) plt.show()