Categories

Data visualisation


Events

  • JOIN 2019, London

    What is Join

    Join – Tour is a conference for Looker users touring around the World and I took part in the London session on the 9th of April at The Brewery. Looker is a self -service...


Snowflake

  • Qualify

    This is the second post about some Snowflake features, that I use often and find useful to write a better SQL. You can find the first of the series about aliasing here.

    What is it?

    Have you ever been in the situation where you want to keep all rows of your query but...

  • Aliasing

    I’ll be starting a series of posts about some cool Snowflake (The cloud data platform) features, that makes SnowSQL really cool – compared to other SQL dialect (I am most familiar with Microsoft SQL Server or T-SQL).

    I’ll start the series, talking about aliasing.

    Sometimes our SQL get really complex: who haven’t seen a nested case...

  • Snowflake vs Redshift: some syntax differences.

    Moving code from Redshift to Snowflake

    As I said here, my company is in the process of moving from Redshift to Snowflake. There are loads of reasons for doing it: to mention a few, better handling of permissions, less maintenance and less effort to optimise query performance.

    A...


dbt

  • Why I love dbt

    I am an analyst and since the early days I’ve found quite frustrating having to wait days, weeks or even months for the data to be available – because the data warehouse developers were busy, and felt I couldn’t add value or contribute doing what I knew: analysing data.

    And I still remember my first job as a BI developer...


Python

  • Forecasting with Facebook Prophet, an introduction.

    Time series analysis and forecasting are useful in so many contexts, from economy to demographics, and in all the scenarios where you have a sequence of observations that are indexed over time. Examples include the number of Covid-19 cases per day (sadly we are all too familiar with this), the number of pizzas served in a day by...