Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ERR: too strict validation on groupby.rolling with time-aware freq #15130
Comments
jreback
added Bug Difficulty Intermediate Effort Low Error Reporting Groupby Reshaping
labels
Jan 13, 2017
jreback
added this to the
0.20.0
milestone
Jan 13, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 20, 2017
|
|
jreback |
cf14cde
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 20, 2017
|
|
jreback |
5831b8e
|
jreback
referenced
this issue
Jan 20, 2017
Closed
BUG: no need to validate monotonicity when groupby-rolling #15175
jreback
closed this
in 14d3a98
Jan 20, 2017
AnkurDedania
added a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
|
|
jreback + AnkurDedania |
2aeb770
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 22, 2017
|
|
jreback |
e28d07e
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 22, 2017
|
|
jreback |
b30a50f
|
jreback
added a commit
that referenced
this issue
Apr 22, 2017
|
|
jreback |
f0bd908
|
linebp
added a commit
to linebp/pandas
that referenced
this issue
May 2, 2017
|
|
jreback + linebp |
09f9e10
|
pcluo
added a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
|
|
jreback + pcluo |
a66a612
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedJan 13, 2017
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