-
Analysis by
-
Analysis Last Updated:
May 25th, 2023 -
Report Last Updated:
May 25th, 2023
Build an ETL pipeline using Python, Pandas, and either Python dictionary methods or regular expressions to extract and transform the data. After you transform the data, you'll create four CSV files and use the CSV file data to create an ERD and a table schema. Finally, you’ll upload the CSV file data into a Postgres database.
- Each CSV file is imported into the appropriate table without errors
- The data from each table is displayed using a SELECT * statement