mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
adding college attendance field
This commit is contained in:
parent
18ef014b9c
commit
f0981f6795
2 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,6 @@ def retrieve_census_acs_data(
|
||||||
if raise_errors:
|
if raise_errors:
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
# TODO: DELETE!!
|
|
||||||
break
|
|
||||||
|
|
||||||
df = pd.concat(dfs)
|
df = pd.concat(dfs)
|
||||||
|
|
||||||
df[tract_output_field_name] = df.index.to_series().apply(
|
df[tract_output_field_name] = df.index.to_series().apply(
|
||||||
|
|
|
@ -70,6 +70,10 @@ LOW_MEDIAN_INCOME_AS_PERCENT_OF_AMI_FIELD = (
|
||||||
"Low median household income as a percent of area median income"
|
"Low median household income as a percent of area median income"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
COLLEGE_ATTENDANCE_FIELD = (
|
||||||
|
"Percent enrollment in college or graduate school"
|
||||||
|
)
|
||||||
|
|
||||||
# Climate
|
# Climate
|
||||||
FEMA_RISK_FIELD = "FEMA Risk Index Expected Annual Loss Score"
|
FEMA_RISK_FIELD = "FEMA Risk Index Expected Annual Loss Score"
|
||||||
EXPECTED_BUILDING_LOSS_RATE_FIELD = (
|
EXPECTED_BUILDING_LOSS_RATE_FIELD = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue