Skip to content

Instantly share code, notes, and snippets.

@DalyaG
Created May 9, 2020 20:32
Show Gist options
  • Save DalyaG/15b13923e0d902ccbbd5b7d239a16157 to your computer and use it in GitHub Desktop.
Save DalyaG/15b13923e0d902ccbbd5b7d239a16157 to your computer and use it in GitHub Desktop.
Plot DataFrame after grouping
df_grouped.plot.bar(x="weekday_name", y="n_pets", color='blue');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment