diff --git a/acs/yg_poverty_race.yaml b/acs/yg_poverty_race.yaml index 0e6f43e..6ce95eb 100644 --- a/acs/yg_poverty_race.yaml +++ b/acs/yg_poverty_race.yaml @@ -1,6 +1,6 @@ inherits: "acs/acs_template.yaml" global: - source: "data/acs_yr/__.json" + source: "data/acs_yr/___.json" source_vars: tbl: ["B17001"] column: @@ -9,7 +9,7 @@ global: zfill: 3 race: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I'] - output: "data/output/acs_yr/__" + output: "data/output/acs_yr/___" web_paths: "http://api.census.gov/data//acs?get=GEOID,_E,_M&for=&key=$ACS_KEY"