Skip to content

BigQuery: Allow choice of compression for loading from dataframe #7701

@awgymer

Description

@awgymer

pandas.Dataframe.to_parquet() allows a choice of compression, with the deafult of snappy. When using the client.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 installing snappy on the system is not necessary

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.good first issueThis 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions