This repository contains the tasks completed as part of a free Data & Analytics virtual experience offered by Deloitte.
As part of this course, I completed two hands-on tasks involving real-world datasets and tools like Tabulae and Excel to better understand how to visualize and analyze compensation data.
- Used Tabulae to create a dynamic dashboard from a provided
.jsonfile. - Gained hands-on experience in uploading data, selecting visualization types, and configuring filters and metrics.
- Exported the dashboard configuration as a JSON file for version control and reuse.
You can view the dashboard JSON in the
dashboard.jsonfile in this repo.
We were given a dataset (Equality Table.xlsx) containing:
FactoryJob RoleEquality Score(ranging from -100 to +100, where 0 is ideal)
Create a new column called Equality Class to categorize the Equality Score into:
| Equality Score | Classification |
|---|---|
| Between -10 and +10 | Fair |
| <-10 or >10 | Unfair |
| <-20 or >20 | Highly Discriminative |
- 10 → Fair
- -9 → Unfair
- -30 → Highly Discriminative
- Learned to use Excel formulas (e.g.,
IF,ABS) to perform conditional classification. - Understood how to interpret data distributions in workforce compensation.
| File Name | Description |
|---|---|
dashboard.json |
Tabulae dashboard configuration |
Equality Table.xlsx |
Excel dataset with added "Equality Class" column |
README.md |
This file |
- Basics of data visualization using Tabulae
- Data classification and analysis using Excel
- GitHub project setup and documentation
Feel free to explore the project files and reach out if you have any suggestions!