lgtm
This commit is contained in:
parent
a9e5a8ad96
commit
8708bf000d
45 changed files with 434 additions and 436 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue