├── LEGAL.md ├── LICENSE ├── README.md └── notebooks ├── 0_start_here.ipynb └── environment.yml /LEGAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snowflake-Labs/sfguide-data-engineering-pipelines-with-pandas-on-snowflake/HEAD/LEGAL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snowflake-Labs/sfguide-data-engineering-pipelines-with-pandas-on-snowflake/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snowflake-Labs/sfguide-data-engineering-pipelines-with-pandas-on-snowflake/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/0_start_here.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snowflake-Labs/sfguide-data-engineering-pipelines-with-pandas-on-snowflake/HEAD/notebooks/0_start_here.ipynb -------------------------------------------------------------------------------- /notebooks/environment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snowflake-Labs/sfguide-data-engineering-pipelines-with-pandas-on-snowflake/HEAD/notebooks/environment.yml --------------------------------------------------------------------------------