Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ENH: enable 'on' keyword for groupby(..).resample() #15021
Comments
jorisvandenbossche
added Enhancement Resample
labels
Dec 31, 2016
jorisvandenbossche
added this to the
Next Major Release
milestone
Dec 31, 2016
jreback
added Difficulty Intermediate Effort Low
labels
Dec 31, 2016
verhalenn
referenced
this issue
Feb 7, 2017
Closed
ENH: enabled 'on' keyword for groupby(..).resample() #15326
jreback
closed this
in 6d2293f
Feb 7, 2017
jreback
added Bug and removed Enhancement
labels
Feb 7, 2017
jreback
modified the milestone: 0.20.0, Next Major Release
Feb 7, 2017
AnkurDedania
added a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
|
|
+ AnkurDedania |
c3775bf
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jorisvandenbossche commentedDec 31, 2016
•
edited
Problem description
resamplegained a new keywordonto be able to resample based on a column of datetime values instead of the index (which can prevent some use ofset_index/reset_index). This feature is however not yet available for resample after a groupby.Code Sample
Using pandas master, 0.19.0+289.g1bf94c8