简体   繁体   中英

How can I import Google sheet into pandas data frame?

I have a google sheet that I would like to analyze with Pandas, I want to set up all the codes to be update every time that I need to follow up on the metrics without downloading a csv.

Please let me know what module I need to have in my anaconda distribution.

You can use the gspread module.

A very simple gist with an example: https://gist.github.com/sudar/9d8190486bf46bf3e3c3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM