google-sheets-api-v4
Here are 59 public repositories matching this topic...
Write a script to copy the docs/README.md to the main README.md
This will make sure it stays in sync.
What needs to be done
- remove a few docsify specific markdown features
- add full docs site url to relative links to doc pages
- insert a note that links to the doc site at the top
- insert a comment at the top of main readme to make it clear not to update it directly
import dataframe using set_dataframe, TypeError when column dtype: 'Int64' (with <NA> and integer)
In pandas dataframe, dtype of a column with NaN+integer would be changed into 'float', in cases of must-keep-integer, it's useful to replace dtype:'float' with dtype:'Int64', see: https://pandas.pydata.org/pandas-docs/stable/user_guide/integer_na.html
I use wks.set_dataframe(df, (1,1), nan="") to transfer a dataframe to a gsheet worksheet, but the pandas column with dtype:'float' (mixture of Na
-
Updated
Mar 28, 2020 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Aug 10, 2017 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Jan 21, 2020 - Python
Please provide the instructions to find firebase secret id.
You can get it in Firebase > Settings > Service Accounts > Database Secrets > *******
-
Updated
Feb 17, 2020 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Feb 21, 2017
-
Updated
Sep 26, 2019 - Python
-
Updated
Mar 8, 2018 - Go
-
Updated
Apr 10, 2019 - Visual Basic
-
Updated
Feb 12, 2020 - Python
-
Updated
Nov 13, 2018 - JavaScript
-
Updated
May 20, 2020 - Python
-
Updated
Dec 20, 2019 - Ruby
-
Updated
May 4, 2020 - JavaScript
-
Updated
May 8, 2020 - TypeScript
-
Updated
Aug 11, 2017 - Python
-
Updated
Aug 27, 2017 - JavaScript
-
Updated
Apr 5, 2018 - JavaScript
-
Updated
Mar 13, 2020 - JavaScript
Improve this page
Add a description, image, and links to the google-sheets-api-v4 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-sheets-api-v4 topic, visit your repo's landing page and select "manage topics."


Environment info
Operating System: Windows server
Python version: Python 3.7.5
gspread version: gspread==3.1.0
Steps to reproduce
Error: {
"error": {
"code": 503,
"message": "The service is currently unavailable.",
"st