Imagine you’re creating a chart and you want to add a certain shape or icon that is not available in Tableau’s default shape palette. For example, what if you...
Less is more. As data analysts we don’t want to see tables with dozens of columns and millions of rows! We just want to see a visual summary. But...
How do you fit non-linear data with a linear model? Using splines is one option. A simple explanation.
Sometimes the end result of your data prepping needs to be a JSON. This can be the case when for instance you need to upload your data to a...
A brief overview of the Snowpark functionality, that allows one to write python code on a Snowflake data warehouse.
The ARIMA Model In a previous blog post, we delved into the world of time series forecasting with the Holt-Winters (exponential smoothing) model. Today, we will explore another popular...
Introduction to Embeddings Embeddings play a crucial role in natural language processing (NLP) and text analysis. Simply put, word embeddings represent words or phrases as vectors, which are lists...
Have you ever encountered the need to calculate the difference in a measure row compared to the value of the previous row? This is called a Running Difference. A...
Have you ever had the need to create a KPI that represents the # of *dimension* that represents the X% of a *measure*. For example: This happened to a...