Uncategorized Simplifying Data Interaction: the Snowflake Connector in Python In the era of data-driven decision-making, having seamless access to your data warehouse is crucial.…Aleksandra MolendaFebbraio 23, 2024
Uncategorized Virtual Environments for your Python Projects All experienced programmers recommend creating a virtual environments for every Python project. Let's see if…Edoardo DraettaDicembre 1, 2023
dbtJinjaSQLUncategorized Macros in dbt Macros in dbt are reusable pieces of code that ensure that the code is ‘DRY’…Luca BalduzziDicembre 1, 2023
Jinja Jinja Basics II This blog is the continuation of my previous one that you can find here. As…Luca BalduzziNovembre 24, 2023
Jinja Jinja Basics I Jinja is more than just a city in Uganda or a Japanese temple: it’s a…Luca BalduzziNovembre 20, 2023
Uncategorized Understanding Boolean Indexing in Pandas Pandas, the popular Python library for data manipulation and analysis, offers a plethora of techniques…Edoardo DraettaOttobre 6, 2023
Uncategorized The New Tab Feature on Snowflake The latest Snowflake release enables the use of more than one worksheet in separate tabs.…Can HobekMaggio 1, 2023
Uncategorized User-Defined Functions User-Defined Functions allow us to write functions inside our SQL code. In Snowflake you can…Can HobekMarzo 21, 2023
Python Mutable and Immutable objects in Python We have all heard about mutable and immutable objects when learning about Python, but what…nimbus-6481b4a401ca0Marzo 21, 2023
Google ColabPython How to import Python scripts in a Google Colab notebook Google Colab is probably one of the easiest tools to start working with python codes:…Mario CaliseMarzo 17, 2023