Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed May 10, 2023
1 parent f7cb410 commit 2fba2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ceqr_school_buildings/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ def _output(df):
df = _geocode(df)
df["pe_seats_avail"] = df["pc"] - df["pe"]
df["ie_seats_avail"] = df["ic"] - df["ie"]
df["psis_seats"] = df["pe_seats_avail"] - df["ie_seats_avail"]
df["psis_seats"] = df["pe_seats_avail"] + df["ie_seats_avail"]
_output(df)

0 comments on commit 2fba2e9

Please sign in to comment.