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
There are three ways of accessing files in the GCS:
Using Step 1, setup the GSC for your work. After which you have to:
import cloudstorage as gcs
from google.appengine.api import app_identity
Then you have to specify the Cloud Storage bucket name and create read/write functions for to access your bucket:
You can find the remaining read/write tutorial here: