Skip to content

BUG: rolling with axis=1 #13757

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

Closed
wants to merge 2 commits into from
Closed

BUG: rolling with axis=1 #13757

wants to merge 2 commits into from

Conversation

seanlaw
Copy link
Contributor

@seanlaw seanlaw commented Jul 22, 2016

@jreback
Copy link
Contributor

jreback commented Jul 22, 2016

tests!

@seanlaw
Copy link
Contributor Author

seanlaw commented Jul 22, 2016

On it! Clearly new to TDD but will take a stab.

@jreback
Copy link
Contributor

jreback commented Jul 22, 2016

contributing guide

@jreback jreback added Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Jul 22, 2016
@jreback jreback changed the title Fixes issue #13753 - when axis=1 & nrows < ncols BUG: rolling with axis=1 Jul 22, 2016
@codecov-io
Copy link

codecov-io commented Jul 22, 2016

Current coverage is 84.56% (diff: 100%)

Merging #13757 into master will increase coverage by <.01%

@@             master     #13757   diff @@
==========================================
  Files           141        141          
  Lines         51195      51196     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43295      43296     +1   
  Misses         7900       7900          
  Partials          0          0          

Powered by Codecov. Last update 9f94e6a...5bad8f2

@jreback
Copy link
Contributor

jreback commented Jul 24, 2016

this need to address #13503 which is the main issue.

@seanlaw
Copy link
Contributor Author

seanlaw commented Jul 24, 2016

Are you saying that if I resolve the issue in #13503 then it will also automatically address the issue in #13753? It looks like #13503 is related to how .count() is implemented for .rolling. However, in my .expanding example, I am using .sum(). It would be helpful if you could point me in the right direction or which class to make changes in. Perhaps, in Rolling?

@jreback
Copy link
Contributor

jreback commented Jul 24, 2016

yes it's the same issue and is addressed in the same place

put tests in place first

@jreback
Copy link
Contributor

jreback commented Aug 9, 2016

pls reopen if you'd like to update

@jreback jreback closed this Aug 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pd.expanding is incorrectly calculating window size when axis=1
3 participants