This repo will contain the code for this project, as well as a temporary database to use for collaboration. Eventually the database will be deleted since the code will create that itself.
- In a terminal window, execute "python3 main.py" SIX times.
- The first five executions slowly populates the database up to 100 rows.
- The sixth and successive executions populates the database arbitrarily with many more rows.
- All *.png figures and *csv files are saved in the same directory as main.py.
- The shared database is called "db.sqlite" and is in the same directory as main.py.
- Four tables exist in the database, two of them relational joined by a foreign key.
- Still a working document.
- db.sqlite (subject to change)
- Nick's tables: claim_types; claim_claims
- Angie's table:
- Sean's table:
- TBD overall
- Nick: weekly percentage change
- Angie:
- Sean:
- Two-year Dow performance
- Two-year unemployment claims
- Less than one year COVID-19 cases (?)
- Goals for the project (10 points)
- Goals that were achieved (10 points)
- Problems we faced (10 points)
- File(s) of calculations (10 points)
- Visualizations (10 points)
- Execution instructions (10 points)
- Function documentation (including input and output) (20 points)
- Document of resources used (Date, Issue Description, Location of Resource, Result) (20 points)
- Gather 100 items from an additional API, store in the db, calculate something and write to file. (30 points max)
- Additional visualizations (15 points each, 30 points max)