Skip to content

add pyarrow support in find_column_type for pandas dataframes#313

Merged
jdawang merged 3 commits intodevelopfrom
pyarrow
Nov 19, 2024
Merged

add pyarrow support in find_column_type for pandas dataframes#313
jdawang merged 3 commits intodevelopfrom
pyarrow

Conversation

@gladysteh99
Copy link
Copy Markdown
Contributor

  • first, check if datatype is a pd.ArrowDtype, if it is, call check_column_type_pyarrow to parse pyarrow-backed datatypes
  • else, parse as before

Fixes #282

@gladysteh99 gladysteh99 marked this pull request as ready for review November 19, 2024 21:24
Comment thread locopy/utility.py Outdated
@jdawang jdawang self-requested a review November 19, 2024 22:05
@jdawang jdawang merged commit 6b0f1f8 into develop Nov 19, 2024
@jdawang jdawang deleted the pyarrow branch November 19, 2024 22:05
@fdosani fdosani mentioned this pull request Dec 17, 2024
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 not compatible with pyarrow backed data types

2 participants