Loading multiple files from Google Cloud Storage into a single Pandas Dataframe

倖福魔咒の 提交于 2019-12-05 20:55:46

Sure, here's an example: https://colab.research.google.com/notebook#fileId=0B7I8C_4vGdF6Ynl1X25iTHE4MGc

This notebook shows the following:

  1. Create two random CSVs
  2. Upload both CSV files to a GCS bucket
  3. Uses the GCS Python API to iterate over files in the bucket. And,
  4. Merge each file into a single Pandas DataFrame.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!