简体   繁体   English

如何将Google表格导入熊猫数据框?

[英]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. 我有一个Google工作表,我想和Pandas一起分析,我想设置所有需要每次更新指标而无需下载csv的代码。

Please let me know what module I need to have in my anaconda distribution. 请让我知道我的anaconda发行版需要什么模块。

You can use the gspread module. 您可以使用gspread模块。

A very simple gist with an example: https://gist.github.com/sudar/9d8190486bf46bf3e3c3 一个非常简单的要点,并带有示例: https : //gist.github.com/sudar/9d8190486bf46bf3e3c3

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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