Posts by Washington • 1 point
1 post
-
-3
votes0
answers19
viewsQ: Updating a Gsheet with Gspread and pandas
I am getting a bit to use python and am trying to update a google sheet through gspread and reading a CSV that is on my pc with pandas. my code stayed: import gspread from…