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
pandas.Dataframe.to_parquet()allows a choice of compression, with the deafult ofsnappy. When using theclient.load_table_from_dataframethe call to this function only allows the use of the default.Is it possible to allow a choice so that
gzipcan be used instead so that installingsnappyon the system is not necessary