This repository contains all the scripts, data, and reports related to the HR data analysis project. The project aims to analyze employee and department-related metrics to provide insights for better decision-making.
├── DATA/
│ ├── create_data.sql # SQL script to create and populate the database
│ ├── schema.png # SQL schema of the database
│
├── scripts/
│ ├── data_cleaning.sql # Sql script for data cleaning
│ ├── eda.sql # Sql script for Exploratory Data Analysis (EDA)
│
├── Company HR Report.pptx # Final report presentation in PowerPoint format
│
├── README.md # Project overview and setup instructions