Skip to content
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

[ArrayManager] Fix window operations with axis=1 #40251

Merged
merged 1 commit into from
Mar 5, 2021

Conversation

jorisvandenbossche
Copy link
Member

xref #39146

With this PR, all pandas/tests/window/ tests are passing. It was basically only the axis=1 case that was not working (since you can't do that column-wise)

@jorisvandenbossche jorisvandenbossche added Internals Related to non-user accessible pandas implementation Window rolling, ewma, expanding labels Mar 5, 2021
@jreback jreback added this to the 1.3 milestone Mar 5, 2021
@jreback jreback merged commit 04a0b86 into pandas-dev:master Mar 5, 2021
@jorisvandenbossche jorisvandenbossche deleted the am-window branch March 5, 2021 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation Window rolling, ewma, expanding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants