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

ENH: Use Fletcher to better support strings, structs, and arrays #274

Closed
tswast opened this issue May 10, 2019 · 2 comments
Closed

ENH: Use Fletcher to better support strings, structs, and arrays #274

tswast opened this issue May 10, 2019 · 2 comments
Labels
api: bigquery Issues related to the googleapis/python-bigquery-pandas API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tswast
Copy link
Collaborator

tswast commented May 10, 2019

I recently learned about Fletcher, which provides a pandas extension dtype that is backed by pyarrow.

Since it's backed by arrow, it avoids having to use the object dtype for strings, structs, and arrays. But also, since it's only 0.1, this should probably be opt-in.

Similar to #242, since both these proposals use extension dtypes.

@tswast tswast added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Aug 9, 2019
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-pandas API. label Jul 17, 2021
@meredithslota
Copy link
Contributor

The project was archived earlier this year and is no longer supported (https://github.com/xhochy/fletcher/tree/master) — closing.

@tswast
Copy link
Collaborator Author

tswast commented Jan 2, 2024

Indeed. ArrowDtype is now built-in to Pandas. #621 tracks a way to integrate with ArrowDtype in a way consistent with other pandas I/O methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-pandas API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants