Skip to content

CLN: remove unused return value in _create_blocks #36196

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 3 commits into from
Sep 8, 2020

Conversation

jbrockmendel
Copy link
Member

The blocks are made unnecessary by the recent changes to use BlockManager.apply

@@ -234,17 +234,16 @@ def _validate_get_window_bounds_signature(window: BaseIndexer) -> None:
f"get_window_bounds"
)

def _create_blocks(self, obj: FrameOrSeriesUnion):
Copy link
Contributor

Choose a reason for hiding this comment

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

can you rename these then as well, maybe _construct_data or similar

Copy link
Member Author

Choose a reason for hiding this comment

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

sure

@jreback jreback added Internals Related to non-user accessible pandas implementation Window rolling, ewma, expanding labels Sep 7, 2020
@jreback jreback added this to the 1.2 milestone Sep 8, 2020
@jreback jreback merged commit f4458f2 into pandas-dev:master Sep 8, 2020
@jbrockmendel jbrockmendel deleted the cln-create_blocks branch September 8, 2020 15:31
jbrockmendel added a commit to jbrockmendel/pandas that referenced this pull request Sep 8, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
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.

3 participants