@@ -81,8 +81,12 @@ Because age-based data is so comparatively rare, we included it in a separate ta
#### Age_Per_Region
This is similar to `Age_Per_Country`, but for regions.
#### Age_Per_District
This is similar to `Age_Per_Country`, but for districts.
### Initial Database Setup
The database is currently set up with SQLite and is stored in a Github repository. To initialize it, we ran `python run_main_initially.py`. This initialized the sqlite_db, added the tables, and inserted all the data in the data sources at the time of initialization.