agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

Load data from Google Sheets #7

Closed jacobdadams closed 2 years ago

jacobdadams commented 2 years ago

Adds a loader to import a google spreadsheet as a dict of dataframes of each worksheet or a single, merged dataframe of all worksheets (if possible). Internal submodule organization, but the external API isn't changed thanks to imports in __init__.py.

jacobdadams commented 2 years ago

Closes agrc/pj-uorg