Skip to content

REF: helpers for sanitize_array #38553

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 1 commit into from
Dec 18, 2020
Merged

Conversation

jbrockmendel
Copy link
Member

No description provided.

@@ -541,6 +528,37 @@ def sanitize_array(
return subarr


def _sanitize_str_dtypes(
Copy link
Contributor

Choose a reason for hiding this comment

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

intent is to try to deduplicate with other things we have in core/dtypes/cast ?

Copy link
Member Author

Choose a reason for hiding this comment

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

partially. more immediately i'm focused on trying to isolate scalar cases so we can rule them out elsewhere

@jreback jreback added Dtype Conversions Unexpected or buggy dtype conversions Refactor Internal refactoring of code labels Dec 18, 2020
@jreback jreback added this to the 1.3 milestone Dec 18, 2020
@jreback jreback merged commit 0515301 into pandas-dev:master Dec 18, 2020
@jbrockmendel jbrockmendel deleted the cln-cast-5 branch December 18, 2020 18:32
luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
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 Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants