Working as a data analyst in an MNC, I was tasked to build a dashboard to show the performance of a machine learning algorithm. I spent the next few days identifying the data points and tables I’d require and curated my SQL query for data extraction. Everything was ready, and […]
Blog , Visualization Talk
Posted on:
Fact & Dimension Tables: What is it and how you can use them effectively in data modeling
Data can get very messy. That is why I try my best to categorize my data into two different categories, Fact and Dimension tables. Fact and dimension tables are used by Data Engineers whenever they are formulating schema for a database. However, it can be useful information to a data […]