Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Created February 16, 2016 22:12
Show Gist options
  • Save ericfourrier/024833b50e6ea611400c to your computer and use it in GitHub Desktop.
Save ericfourrier/024833b50e6ea611400c to your computer and use it in GitHub Desktop.
df_season=df.groupby(df.date.dt.month)[colname].sum()
df_season=df.groupby(df.date.dt.dayofweek)[colname].sum()
df_season=df.groupby(df.date.dt.quarter)[colname].sum()
#etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment