This commit is contained in:
Andras Schmelczer 2026-05-12 08:05:29 +01:00
parent a9e5a8ad96
commit 8708bf000d
45 changed files with 434 additions and 436 deletions

View file

@ -156,7 +156,7 @@ def min_distance_per_postcode(
For each postcode, compute the distance (km) to the closest POI per group.
Returns NaN where no POI of that group exists.
"""
print("Computing minimum POI distances per postcode...")
print("Computing minimum distances per postcode...")
n_postcodes = len(postcodes_df)
n_pois = len(pois)