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

fix: data type inference for string types in pandas 2 #178

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

mbelak-dtml
Copy link
Collaborator

Pandas 2.x changed the behavior of pd.api.types.is_string_dtype. Previously
it would return True for object dtype, now it returns False.

Pandas 2.x changed the behavior of `pd.api.types.is_string_dtype`. Previously
it would return `True` for `object` dtype, now it returns `False`.
@mbelak-dtml mbelak-dtml requested a review from lukany as a code owner October 11, 2023 12:15
@mbelak-dtml mbelak-dtml self-assigned this Oct 11, 2023
@lukany lukany added this pull request to the merge queue Oct 13, 2023
Merged via the queue into main with commit 47b869d Oct 13, 2023
@lukany lukany deleted the fix/string-data-types-inference branch October 13, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants