Skip to content

REF: implement array_ops #27936

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

Merged
merged 1 commit into from
Aug 16, 2019
Merged

REF: implement array_ops #27936

merged 1 commit into from
Aug 16, 2019

Conversation

jbrockmendel
Copy link
Member

This begins the process of separating the (ndarray|EA)-specific parts of Series ops out from the Series ops themselves. Eventually these will a) become the op implementations for PandasArray, and b) be used block-wise instead of column-wise for DataFrame ops.

@jreback jreback added the Reshaping Concat, Merge/Join, Stack/Unstack, Explode label Aug 16, 2019
@jreback jreback added this to the 1.0 milestone Aug 16, 2019
@jreback jreback merged commit d03beab into pandas-dev:master Aug 16, 2019
@jreback
Copy link
Contributor

jreback commented Aug 16, 2019

sure

@jbrockmendel jbrockmendel deleted the arrops branch August 16, 2019 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants