【发布时间】:2021-10-10 16:33:41
【问题描述】:
我在 BigQuery 中有一个 32 GB 的表,我需要通过 Jupyter Notebook(使用 Pandas)进行一些调整并以 .txt 文件的形式导出到 Cloud Storage。
如何做到这一点?
【问题讨论】:
-
我猜这个数据量会太大而无法在 pandas 中操作,因为建议使用5-10x the amount of RAM as the size of your dataset。您可以直接在 BigQuery 中使用 SQL 进行操作,然后按照@Alfons 在他的回答中推荐的方式导出吗?
标签: python pandas google-cloud-platform google-bigquery jupyter-notebook