Introducing Snowflake Worksheets for Python

Introducing Snowflake Worksheets for Python

Recently Snowflake made working with Python from within Snowflake a little bit better. ‘Snowflake Worksheets for Python’ is in Public Preview, available for use for everybody. Time to find out how it works. Generate Faker Data I am planning a series of blogpost regarding Snowflake Data Governance in combination with Alation. Therefore I need some […]

Data Quality Framework in Snowflake & Streamlit

Data is one of the most important assets in organizations today. If you cannot trust the Data, decision making based on this Data is impossible. Measuring Data Quality is therefor essential. Inspired by the blogpost; “Data Quality Framework in Snowflake” of Divya Rajesh Surana, I decided to take it one step further by including Streamlit.

Plotting F1 Circuit Locations into a map on Streamlit using Folium

Plotting F1 Circuit Locations into a map on Streamlit using Folium

In my last blogpost I showed how to plot F1 Circuit Locations into a map using Folium. This was a very static way to plot the F1 Circuit Locations either for the World, Europe or France. These options were hardcoded in the notebook and showed after each other.

Next step would be to make the solution more interactive, using Streamlit. The idea is to switch between the World, a possible Continent and a possible Country.

BUILD.local – Building an Interactive Data App with Snowflake & Streamlit

BUILD.local Building an Interactive Data App with Snowflake & Streamlit

During this meeting Dutch local Data Superhero, Daan Bakboord, will give an overview and demo of building a data app with Snowflake and Streamlit. Daan will begin by showing you how you can interact with Snowflake from Python, and then demonstrate how easy it is to make an interactive data application in Streamlit.

Loading F1 Historical Data into Snowflake using the Ergast Developer API

Loading F1 Historical Data into Snowflake using the Ergast Developer API

Recently I blogged about loading F1 Historical Data into Snowflake. The first time I downloaded the related .csv-files from Kaggle. In a consecutive post I loaded the data directly using the Kaggle API. From .csv to Snowflake From Kaggle to Snowflake This time I am going to use the Ergast Developer API. “The Ergast Developer […]