Skip to content

REF: implement Block.reduce for DataFrame._reduce #35867

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 13 commits into from
Aug 24, 2020

Conversation

jbrockmendel
Copy link
Member

This lets us avoid reconstructing results from a dict, makes it feasible to use the same block-skipping code for DataFrame._reduce that we use for cython_agg_blocks and apply_blockwise.

@jbrockmendel jbrockmendel changed the title Ref mgr reduce REF: implement Block.reduce for DataFrame._reduce Aug 24, 2020
@jreback jreback added the Refactor Internal refactoring of code label Aug 24, 2020
@jreback jreback added this to the 1.2 milestone Aug 24, 2020
@jreback jreback added the Internals Related to non-user accessible pandas implementation label Aug 24, 2020
@jreback jreback merged commit 0fde208 into pandas-dev:master Aug 24, 2020
@jreback
Copy link
Contributor

jreback commented Aug 24, 2020

sure

@jbrockmendel jbrockmendel deleted the ref-mgr-reduce branch August 25, 2020 00:08
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 Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants