fall2023csce5214 / ltsm_stock_market_prediction

0 stars 0 forks source link

Create Python Extract Transform Load ETL to load Stock Market Data #33

Closed johnsonlarryl closed 1 year ago

johnsonlarryl commented 1 year ago

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).