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
As of pandas==0.24.0 this is supported natively if you have gcsfs installed: https://github.com/pandas-dev/pandas/pull/22704.
pandas==0.24.0
gcsfs
Until the official release you can try it out with pip install pandas==0.24.0rc1.
pip install pandas==0.24.0rc1