Relative Content

Tag Archive for rgoogle-bigquerygoogle-cloud-storageparquetbigrquery

R BigQuery: Exporting data to Google Cloud Storage in parquet format

I’m trying to export queried data from a BigQuery database table.
Since the resulting table can be large (2.5GB or more), I followed the suggestion “Larger datasets” from the bq_table_download() help, and I used bq_table_save() to save the data in multiple files in Google Cloud Storage.

R bigrquery: exporting data to Google Clloud Storage in parquet format

I’m trying to export queried data from a BigQuery database table.
Since the resulting table can be large (2.5GB and more), I followed the suggestion “Larger datasets” from the bq_table_download() help, and I used bq_table_save() to save the data in multiple files in Google Cloud Storage.