Last active
November 2, 2022 04:59
-
-
Save egradman/3b8140930aef97f9b0e4 to your computer and use it in GitHub Desktop.
Simple Google Spreadsheets to Pandas DataFrame in IPython Notebook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
btw, if you are (like us) on python3 with a buggy httplib2 that refuses to connect to a proxy server, the hack below makes oauthlib2 use requests instead of
httplib2
then, one can do
and we needed to modify the flags so that it would work on a server (where we could not open a browser window)