adding college attendance field

This commit is contained in:
lucasmbrown-usds 2021-12-05 23:55:52 -05:00
parent 18ef014b9c
commit f0981f6795
2 changed files with 4 additions and 3 deletions

View file

@ -50,9 +50,6 @@ def retrieve_census_acs_data(
if raise_errors:
raise e
# TODO: DELETE!!
break
df = pd.concat(dfs)
df[tract_output_field_name] = df.index.to_series().apply(

View file

@ -70,6 +70,10 @@ LOW_MEDIAN_INCOME_AS_PERCENT_OF_AMI_FIELD = (
"Low median household income as a percent of area median income"
)
COLLEGE_ATTENDANCE_FIELD = (
"Percent enrollment in college or graduate school"
)
# Climate
FEMA_RISK_FIELD = "FEMA Risk Index Expected Annual Loss Score"
EXPECTED_BUILDING_LOSS_RATE_FIELD = (