kburchfiel / google_sheets_database_connections

A set of programs showing how to use Python to upload database tables and query results to Google Sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google_sheets_database_connections

This repository contains a set of programs showing how to use Python to upload database tables and query results to Google Sheets.

db_gs_import.ipynb shows how to upload tables from a SQLite database into Google Sheets.

query_output_to_gs.py shows how to upload the output of SQLite database queries into Google Sheets.

About

A set of programs showing how to use Python to upload database tables and query results to Google Sheets

License:MIT License


Languages

Language:Jupyter Notebook 91.8%Language:Python 8.2%