SQL - Employee Database

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.

   
  - 
    
Bar chart of average salary by title.
   

  - Pandas ,Numpy ,Matplotlib
 
  - psycopg2, SQLAlchemy