SQL - Employee Database
![sql.png](/sql_ERD/EmployeeSQL/employee_ERD.png)
These tasks are performed for the given csv files for Employee data:
- Data Modeling
- Inspect the CSVs and sketch out an ERD of the tables.
- Data Engineering
- Create table schema and import the data for each of the six CSV files
- Data Analysis
- Run some SQL to explore data stored in the tables created above
Data Exploration using SQLAlchemy
-
Histogram to visualize the most common salary ranges for employees.
![Histogram](/sql_ERD/EmployeeSQL/common_salary.PNG)
-
Bar chart of average salary by title.
![BarChart](/sql_ERD/EmployeeSQL/average_salary_by_title.PNG)
- Pandas ,Numpy ,Matplotlib
- psycopg2, SQLAlchemy