mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-26 19:31:16 -07:00
Issue 675 & 676: Adding life expectancy and DOE energy burden data (#683)
* Adding two new data sources.
This commit is contained in:
parent
fc5ed37fca
commit
e94d05882c
10 changed files with 240 additions and 26 deletions
|
@ -49,6 +49,16 @@ DATASET_LIST = [
|
|||
"module_dir": "census_acs_median_income",
|
||||
"class_name": "CensusACSMedianIncomeETL",
|
||||
},
|
||||
{
|
||||
"name": "cdc_life_expectancy",
|
||||
"module_dir": "cdc_life_expectancy",
|
||||
"class_name": "CDCLifeExpectancy",
|
||||
},
|
||||
{
|
||||
"name": "doe_energy_burden",
|
||||
"module_dir": "doe_energy_burden",
|
||||
"class_name": "DOEEnergyBurden",
|
||||
},
|
||||
]
|
||||
CENSUS_INFO = {
|
||||
"name": "census",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue