you have uploaded the dataset in csv format on google spread sheet and spread it publicly .you want to access in python how you can do

Question

you have uploaded the dataset in csv format on google spread sheet and spread it publicly .you want to access in python how you can do this ..

in progress 0
anilkrishna1000 55 years 1 Answer 936 views Member 0

Answer ( 1 )

  1. link = https://docs.google.com/spreadsheets/d/…source = StringIO.StringIO(requests.get(link).content))
    data = pd.read_csv(source)

Leave an answer

Browse
Browse