First, you should run the dataVault.sql twice to make sure that all table will be created. Then, you should install some package on the website: For NumPy: https://numpy.org/install/ For Pandas: https://pandas.pydata.org/getting_started.html For Psycopg2:https://pypi.org/project/psycopg2-binary/ this is a package to connect with the postgresql.
Preparing to run configuration: The operation below enter in command line tool
download NumPy in Python: pip install numpy download Pandas in Python: pip install pandas download psycopg2-binary in Python: pip install psycopg2-binary.
CREATE DATABASE smdvault; \c smdvault
\i SMD2022_Project/code/dataVault.sql \i SMD2022_Project/code/dataVault.sql
\i SMD2022_Project/code/staging.sql
python3 SMD2022_Project/code/staging.py
Upload the report on my github
postgresql Python .txt editor