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

REF: use BlockManager.apply for cython_agg_blocks, apply_blockwise #35900

Merged
merged 21 commits into from
Sep 3, 2020

Conversation

jbrockmendel
Copy link
Member

"""
Iterate over the blocks, collect and create a new BlockManager.

Parameters
----------
f : str or callable
Name of the Block method to apply.
align_keys: List[str] or None, default None
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should align_keys be typed in the signature too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea, updated

@jreback jreback added Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code labels Sep 2, 2020
@jreback jreback added this to the 1.2 milestone Sep 2, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. not sure when last merged master?

@jbrockmendel
Copy link
Member Author

rebased+green

@jreback jreback merged commit 81e3236 into pandas-dev:master Sep 3, 2020
@jbrockmendel jbrockmendel deleted the ref-block-ignore branch September 3, 2020 02:57
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.

REF: BlockManager.apply_allow_failures
5 participants