We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c256b commit d706a80Copy full SHA for d706a80
1 file changed
python/housing_data/build_places.py
@@ -310,7 +310,7 @@ def load_places(
310
raw_places_df.to_parquet(PUBLIC_DIR / "places_annual_without_population.parquet")
311
312
place_populations_df = place_population.get_place_population_estimates(
313
- data_path=data_repo_path / PLACE_POPULATION_DIR if data_repo_path else None
+ data_path=data_repo_path / PLACE_POPULATION_DIR
314
)
315
place_populations_df = fix_nyc_boroughs_population(
316
place_populations_df, counties_population_df
0 commit comments