In this post, I would like to introduce you with data.world, a place where you can discover and access data to learn from and use it to drive your...
Basically, the INDEX() function in Tableau returns the position of the current row in the partition, without any sorting with regard to value. With the first-row value starting at...
In Tableau, applying conditional formatting across one measure is relatively easy. To achieve that, we simply need to drag and drop our data elements onto the respective columns, rows...
In this post we will go through how to upload data from a CSV to a PostgreSQL Database using python. We will take advantage of pandas data frames to...
The dataset we will examine, taken from A century of weather in The Netherlands on Kaggle, covers 120 years of observations made in De Bilt, the KNMI base office,...
In this article, we will learn how to create a Doughnut Chart (aka Donut Chart) and get to know better the ways we can manipulate a Pie chart to...
Setting up a Python environment on a mac for the average user can turn out to be quite baffling. Googling around and looking for a simple guide to set-up...