Skip to content

REF: Separate values-casting from Block.astype #38455

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
Dec 13, 2020

Conversation

jbrockmendel
Copy link
Member

This separates Block._astype from Block.astype. Block._astype only requires Block.values, the idea being that we can roll it into astype_nansafe before long.

@jreback jreback added Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation labels Dec 13, 2020
@jreback jreback added this to the 1.3 milestone Dec 13, 2020
@jreback
Copy link
Contributor

jreback commented Dec 13, 2020

great, yeah this is a PITA internally. ping on green.

@jbrockmendel
Copy link
Member Author

ping

@jreback jreback merged commit 68049dc into pandas-dev:master Dec 13, 2020
@jbrockmendel jbrockmendel deleted the ref-blk-astype-2 branch December 14, 2020 00:36
luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
* REF: Separate values-casting from Block.astype

* fix xfail
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 Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants