Skip to content

Latest commit

 

History

History

SnowparkForPythonIn20

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Setup

Step 1 -- Conda Environment

pip install conda

conda create --name snowpark -c https://repo.anaconda.com/pkgs/snowflake python=3.8

conda activate snowpark

Step 2 -- Install Snowpark for Python

pip install "snowflake-snowpark-python[pandas]"

Step 3 -- Install Other packages

pip install ipykernel

pip install cachetools

pip install scikit-learn

Usage

Step 1 -- Update connection.json with your Snowflake account details

Step 2 -- Run through the Jupyter notebook