-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR: too strict validation on groupby.rolling with time-aware freq #15130
Labels
Bug
Error Reporting
Incorrect or improved errors from pandas
Groupby
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Milestone
Comments
jreback
added
Bug
Difficulty Intermediate
Error Reporting
Incorrect or improved errors from pandas
Groupby
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
labels
Jan 13, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 20, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 20, 2017
AnkurDedania
pushed a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
closes pandas-dev#15130 Author: Jeff Reback <[email protected]> Closes pandas-dev#15175 from jreback/groupby_rolling and squashes the following commits: 5831b8e [Jeff Reback] BUG: no need to validate monotonicity when groupby-rolling
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 22, 2017
closes pandas-dev#13966 xref to pandas-dev#15130, closed by pandas-dev#15175
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 22, 2017
closes pandas-dev#13966 xref to pandas-dev#15130, closed by pandas-dev#15175
jreback
added a commit
that referenced
this issue
Apr 22, 2017
pcluo
pushed a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
closes pandas-dev#13966 xref to pandas-dev#15130, closed by pandas-dev#15175
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Error Reporting
Incorrect or improved errors from pandas
Groupby
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
http://stackoverflow.com/questions/41642320/efficient-pandas-rolling-aggregation-over-date-range-by-group-python-2-7-windo/41643179?noredirect=1#comment70486923_41643179
This check doesn't need to occur when we are grouping
This is ok
The text was updated successfully, but these errors were encountered: