README.md
Python and Snowflake go well together. Check various scripts and examples here.
Connecting Python to Snowflake is a recurring case in the examples here. How you can set a connection up is descrbed here.
-
Plotting F1 Circuit Locations into a map using Folium, a continuation of the below example. Checkout some more on the DaAnalytics blog.
-
Loading F1 Historical Data into Snowflake using the Ergast Developer API is using an API to load data into Snowflake earlier. Checkout the blogpost for further details and code-snippets.
-
From Kaggle to Snowflake is an alternative solution for the previous example where we loaded .csv-files into Snowflake. This time we loaded the data directly from Kaggle. See the blogpost to see how things work.
-
From .csv to Snowflake is an example of how to read from .csv-files, create Snowflake objects an load Data into Snowflake. Maybe not the most obvious solution to load data into Snowflake. Still interesting to see how you can use Panda Data Frames in relation to Snowflake. The blogpost explains things in a little bit more detail.
Streamlit is an interesting alternative for Power BI dashboards. Find some of the examples in the Streamlit-folder