This project analyzes an HR dataset using Python libraries like Pandas and Matplotlib.
The goal is to extract meaningful insights about employees, departments, salaries, and hiring trends.
- Employees per department
- Employees by job title
- Business unit distribution
- Gender percentage per department
- Employees hired per year (trend line)
- Top 5 highest-paid employees (table + bar chart)
- Python 3
- Pandas
- Matplotlib
- Jupyter Notebook
Some of the charts included:
- Bar chart: Employees per department
- Donut chart: Employees by business unit
- Line chart: Hiring trend per year
- Horizontal bar chart: Top 5 highest-paid employees
- Clone the repository
git clone https://github.com/your-username/hr-analytics-python.git