ENH: Use Fletcher to better support strings, structs, and arrays #274
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.
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.
The text was updated successfully, but these errors were encountered: