We need to developer an ETL Job that will following the following flow:
Yahoo Finance Comma Separated Value (CSV) data --> Python --> Postgres
Note, you do not have to use pandas. As a matter of fact pandas is not really built for ETL operations vs. rather vectorized operations. Note, you will need the following packages installed via poetry (ie. pyproject.toml file).
We need to developer an ETL Job that will following the following flow: Yahoo Finance Comma Separated Value (CSV) data --> Python --> Postgres
Note, you do not have to use pandas. As a matter of fact pandas is not really built for ETL operations vs. rather vectorized operations. Note, you will need the following packages installed via poetry (ie. pyproject.toml file).