BigQuery: Allow choice of compression for loading from dataframe #7701
Labels
api: bigquery
Issues related to the BigQuery API.
good first issue
This issue is a good place to started contributing to this repository.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
pandas.Dataframe.to_parquet()
allows a choice of compression, with the deafult ofsnappy
. When using theclient.load_table_from_dataframe
the call to this function only allows the use of the default.Is it possible to allow a choice so that
gzip
can be used instead so that installingsnappy
on the system is not necessaryThe text was updated successfully, but these errors were encountered: