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

add support for parsing newer pandas dtype #277

Merged
merged 3 commits into from
Jun 20, 2024
Merged

add support for parsing newer pandas dtype #277

merged 3 commits into from
Jun 20, 2024

Conversation

gladysteh99
Copy link
Contributor

@gladysteh99 gladysteh99 commented Jun 20, 2024

Fixes #271

Extend find_column_type to parse addition pandas dtype.
Added test to verify this functionality

@CLAassistant
Copy link

CLAassistant commented Jun 20, 2024

CLA assistant check
All committers have signed the CLA.

@gladysteh99 gladysteh99 marked this pull request as ready for review June 20, 2024 16:29
Copy link
Contributor

@jdawang jdawang left a comment

Choose a reason for hiding this comment

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

Good work! 🚢

@jdawang jdawang merged commit 0658673 into develop Jun 20, 2024
7 checks passed
@jdawang jdawang deleted the datatype_fix branch June 20, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

find_column_type casts newer pandas dtypes to varchar
3 participants