I have a dataframe created with pandas library which to be uploaded into Google cloud storage as a parquet file. Can anyone throw some light on how to achieve this.
Asked
Active
Viewed 2,417 times
1
-
2What have you tried so far and which parts are unclear ? – Nikolay Hüttenberend Feb 12 '20 at 17:48
-
Does this answer your question? [Python: save pandas data frame to parquet file](https://stackoverflow.com/questions/41066582/python-save-pandas-data-frame-to-parquet-file) – filbranden Feb 12 '20 at 18:22
-
At this Google's documentation https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-parquet you can see how to do this – Samuel Romero Feb 13 '20 at 19:31