Skip to content
#

google-sheets

Here are 625 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

apps-script-starter
kferrone
kferrone commented Sep 25, 2019

Hi grahamearley

I like the project yet it seems to be standing still, so I forked it. I was meaning to basically make the same thing but you made life easy. Are you still planning to work on this?

My goal is to make a full Firebase wrapper which works like the NodeJS FirebaseAPI you use in a cloud function.

e.g. firestore.collection('foo').doc('bar').get();

Another goal of mine is to

Improve this page

Add a description, image, and links to the google-sheets 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.