python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get data from a google spreadsheet that I only have view access to into google colaboratory
I have a link to a google spreadsheet that I do not own, but have view access to. Is there a way to get the data in that spreadsheet into the google colab notebook that I am using?
john wick
Votes: 0
Answers: 1
FileNotFoundError: [Errno 2] in 'service_account.py' for json-credential file when run from CMD-prompt
I have placed the credential json-file in the same directory as the python source code file (py3.10) and when I run my code from within Visual Code (run and debug) it works fine.
However, when I run t...
mortpiedra
Votes: 0
Answers: 1
How to save Google sheet created/updated in Python to the specific folder?
I have this code:
from google.colab import auth
auth.authenticate_user()
import gspread
from oauth2client.client import GoogleCredentials as GC
gc = gspread.authorize(creds)
from gspread_dataframe i...
tom
Votes: 0
Answers: 1
Gspread Not Working with Google Colab "Authenticate User" and Oauth2Client
In Google Colab, when using the example below, I am now getting an error. This worked for years, it stopped working today for me.
When utilizing the example:
Cell 1
from google.colab import auth
auth...
Clint Gossett
Votes: 0
Answers: 3