The Wayback Machine - https://web.archive.org/web/20200530190015/https://github.com/topics/google-sheets-api-v4
Skip to content
#

google-sheets-api-v4

Here are 59 public repositories matching this topic...

theoephraim
theoephraim commented Feb 4, 2020

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
keyapi
keyapi commented Feb 20, 2020

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

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.