Skip to content

Commit 823d88a

Browse files
committed
clean up some annotation in the comparison section
1 parent 26a347b commit 823d88a

File tree

3 files changed

+1642
-1710
lines changed

3 files changed

+1642
-1710
lines changed

index.html

Lines changed: 1642 additions & 1704 deletions
Large diffs are not rendered by default.

index.qmd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,8 +1287,6 @@ gdf_bg_income19 = gdf_bg_bound19[['GEOID', 'COUNTYFP', 'NAMELSAD', 'geometry']].
12871287
df_bg_income19, on = "GEOID"
12881288
).to_crs(PROJECT_CRS).rename(columns=acs_variables)
12891289
1290-
# preview data
1291-
print(f"Total block groups: {len(gdf_bg_income19)}")
12921290
gdf_bg_income19.head(10)
12931291
```
12941292

@@ -1302,10 +1300,6 @@ df_bg_comparison = pd.DataFrame({
13021300
'Year': ['2019'] * gdf_bg_income19['HH_MED_INC'].notna().sum() +
13031301
['2023'] * gdf_bg_income['HH_MED_INC'].notna().sum()
13041302
})
1305-
1306-
print(f"2019 Block Groups: {(df_bg_comparison['Year'] == '2019').sum()}")
1307-
print(f"2023 Block Groups: {(df_bg_comparison['Year'] == '2023').sum()}")
1308-
df_bg_comparison.head()
13091303
```
13101304

13111305
```{python}
-31 Bytes
Loading

0 commit comments

Comments
 (0)