Read csv from Google Cloud storage to pandas dataframe

后端 未结 7 1163
时光说笑
时光说笑 2020-11-28 03:00

I am trying to read a csv file present on the Google Cloud Storage bucket onto a panda dataframe.

import pandas as pd
import matplotlib.pyplot as plt
import         


        
7条回答
  •  误落风尘
    2020-11-28 03:30

    If i understood your question correctly then maybe this link can help u get a better URL for your read_csv() function :

    https://cloud.google.com/storage/docs/access-public-data

提交回复
热议问题