load_table_from_dataframe -- support alternative serialization formats #383
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, pandas-gbq doesn't use
load_table_from_dataframe
because it is using CSV for serialization, which has better support for TIME, DATE, DATETIME than Parquet. See: #56, #382Struct / Array support could also be improved (though this is partially due to problems in the pyarrow library). #19
I propose supporting the CSV serialization type.
The text was updated successfully, but these errors were encountered: