Snowflake

Snowflake is an important tool for many data scientists. A versatile data warehouse which integrates with many other tools. These posts describe the ways a data scientist can get the most out of Snowflake, especially when working within Python and notebooks.

How to use COALESCE function in Snowflake Members Public

Coalesce is a column transformation function in Snowflake. In this post I will walk through what it’s useful for and how to use it in your database.

Stephen Allwright
Stephen Allwright
Snowflake

How to use REPLACE function in Snowflake Members Public

Replace is a column transformation function in Snowflake which replaces sub-strings. In this post I will walk through what it’s useful for and how to use it in your database.

Stephen Allwright
Stephen Allwright
Snowflake

How to use LISTAGG function in Snowflake Members Public

Listagg is an aggregation function in Snowflake which concatenates values. In this post I will walk through what it’s useful for and how to use it in your database.

Stephen Allwright
Stephen Allwright
Snowflake
Swap table in Snowflake

Swap table in Snowflake, simply explained Members Public

Swapping a table in Snowflake is a common and easy task to undertake by using the alter table command.

Stephen Allwright
Stephen Allwright
Snowflake
Add multiple columns to Snowflake table

Add multiple columns to Snowflake table, simply explained Members Public

Adding multiple columns to a table in Snowflake is a common and easy task to undertake by using the alter table command.

Stephen Allwright
Stephen Allwright
Snowflake
Add column to Snowflake table

Add column to Snowflake table, simply explained Members Public

Adding a column to a table in Snowflake is a common and easy task to undertake by using the alter table command

Stephen Allwright
Stephen Allwright
Snowflake
Drop table in Snowflake

Drop table in Snowflake (explained with simple examples) Members Public

It is straight forward to execute drop table in Snowflake. In the simplest form all you need to do is run the command drop table table_name.

Stephen Allwright
Stephen Allwright
Snowflake
Delete table in Snowflake

Delete table in Snowflake (explained with simple examples) Members Public

It is straight forward to delete a table in Snowflake. In the simplest form all you need to do is run the command drop table table_name.

Stephen Allwright
Stephen Allwright
Snowflake