diff --git a/etl/src/data/etl_property_neighbours.py b/etl/src/data/etl_property_neighbours.py index 7a4c707..9d12738 100644 --- a/etl/src/data/etl_property_neighbours.py +++ b/etl/src/data/etl_property_neighbours.py @@ -62,4 +62,5 @@ def property_neighbours(id: int): #result = {"ids": extractions['id'].to_list(), "lat": extractions['lat'].to_list(), "lon": extractions['lon'].to_list()} result = extractions.to_dicts() + return result \ No newline at end of file