Please Download the sample Jupyter Notebooks to test basic Snowflake functionality. Snowpark currently requires Python 3.8 enviroment. You can easily run these notebooks via VSCODE.
Requirements:
- Python 3.8 Environment
- Notebook GUI (Jupyter, VSCODE or others)
- Install Snowpark-Python Library -
pip install snowflake-snowpark-python
Additional Docs for Installing/Configuration of Python & Snowpark Environment
- Install Python NLTK library if testing Sentiment Analysis -
pip install nltk
Read, Join, Summarize & Write large datasets via Dataframes in Snowflake.
Snowpark_Data_Engineering_Public.ipynb.
Snowpark_Sentiment_Analysis_Public.ipynb.
Shows how to ingest data directly from Parquet files & perform Sentiment Analysis on 16,000 Amazon Product reviews via Python NLTK library running on Snowflake compute.