Skip to content

Commit 4610f2c

Browse files
committed
pulling in vacant_job_spaces to buildings_df
1 parent 1123784 commit 4610f2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

baus/summaries/geographic_summaries.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ def geographic_summary(parcels, households, jobs, buildings, year, superdistrict
170170

171171
buildings_df = orca.merge_tables('buildings', [parcels, buildings],
172172
columns=['juris', 'superdistrict', 'county', 'subregion', 'building_type',
173-
'residential_units', 'deed_restricted_units', 'non_residential_sqft','job_spaces'])
173+
'residential_units', 'deed_restricted_units', 'non_residential_sqft','job_spaces',
174+
'vacant_job_spaces'])
174175

175176
jobs_df['is_transit_hub'] = (jobs_df.ec5_cat=="Transit_Hub").map({True:'job_in_transit_hub',False:'job_not_in_transit_hub'})
176177

0 commit comments

Comments
 (0)