Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 14.7 KB

README.md

File metadata and controls

24 lines (19 loc) · 14.7 KB

ponder-notebooks

Tutorial and Example Notebooks for the Ponder Product

Table of Contents

Tutorial DuckDB Snowflake BigQuery
1 Getting Started Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
2 Primer to Ponder Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
3 Connecting to Your Data Source Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
4 Saving Your Results Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
5 Advanced Usage - Working with SQL Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
6 Supported APIs Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
7 Beyond Pandas - Third-Party Library Integration Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab
8 Running NumPy In Your Data Warehouse Source In Github Open In Colab Source In Github Open In Colab Source In Github Open In Colab

Developer's Guide

Once you populate your credentials in snowflake/credential.py or bigquery/credential.json run this to ensure that you don't accidentally commit your credentials to git:

git update-index --assume-unchanged snowflake/credential.py 
git update-index --assume-unchanged bigquery/credential.json