You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is divided into two sections : data engineering and data analysis of an employee database. Data engineering entails the drawing of the entity-relationship diagram (ERD) showing the relationships between the tables in the employee database, and loading the employee data from the csv files to PostgreSQL. Data analysis entails the anal…