Skip to content

ENH: Implement convert_dtypes on block level #55341

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 12 commits into from
Nov 17, 2023

Conversation

phofl
Copy link
Member

@phofl phofl commented Sep 30, 2023

The current implementation is pretty bad in the sense that we will always end up splitting blocks even if we don't want to touch the block at all. Pushing this to the Block level let's us solve that problem.

@phofl phofl added the Dtype Conversions Unexpected or buggy dtype conversions label Sep 30, 2023
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Nov 15, 2023
@phofl
Copy link
Member Author

phofl commented Nov 15, 2023

cc @mroeschke

@phofl phofl removed the Stale label Nov 16, 2023
@mroeschke mroeschke added this to the 2.2 milestone Nov 17, 2023
@mroeschke mroeschke merged commit 87d3fe4 into pandas-dev:main Nov 17, 2023
@mroeschke
Copy link
Member

Thanks @phofl

@phofl phofl deleted the convert_dtypes branch November 17, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants