Learning Python with a Nostalgic Twist: Building the ‘Satellite Game’ from Jak 3

Learning Python with a Nostalgic Twist: Building the ‘Satellite Game’ from Jak 3 This is a non data-related article. However, learning Python might be helpful to master for future data projects, especially when it comes to Data Science. Python has great data related libraries such as Pandas, Seaborn and Matplotlib. They can be used in…

Building a Powerful Pipeline Waterfall Dashboard with Power BI: Unleashing Insights and Customization

Building a Powerful Pipeline Waterfall Dashboard with Power BI: Unleashing Insights and Customization The pipeline waterfall report is one of the advanced visuals the sales department can benefit from. Sales Operations often get access to this analysis through third-party forecasting software companies. However, it’s not uncommon to have data issues with this visual. In another…

Choosing Between Single Date Table and Multiple Date Tables: A Guide for Data Modelers

As a data modeler, you need to understand the “one or many date tables” dilemma. You don’t want having to switch from one option to another after a few weeks of development, as it’d be a painful change to go through. In this post, I’ll try to give you a clear overview of these two…