You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyError: 'Minutes'
File "pandas/core/indexes/base.py", line 3621, in get_loc
return self._engine.get_loc(casted_key)
File "pandas/_libs/index.pyx", line 136, in pandas._libs.index.IndexEngine.get_loc
cpdef get_loc(self, object val):
File "pandas/_libs/index.pyx", line 163, in pandas._libs.index.IndexEngine.get_loc
return self.mapping.get_item(val)
File "pandas/_libs/hashtable_class_helper.pxi", line 5198, in pandas._libs.hashtable.PyObjectHashTable.get_item
File "pandas/_libs/hashtable_class_helper.pxi", line 5206, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'Minutes'
(9 additional frame(s) were not displayed)
...
File "src/endpoints/v1/isochrones.py", line 180, in export_isochrones
file_response = await crud.isochrone.export_isochrone(
File "src/crud/crud_isochrone.py", line 471, in export_isochrone
gdf_transposed.columns = [str(c) + ' ' + translation_dict["minutes"] for c in list(gdf["Minutes"])]
File "geopandas/geodataframe.py", line 1327, in __getitem__
result = super().__getitem__(key)
File "pandas/core/frame.py", line 3506, in __getitem__
indexer = self.columns.get_loc(key)
File "pandas/core/indexes/base.py", line 3623, in get_loc
raise KeyError(key) from err
The text was updated successfully, but these errors were encountered:
Sentry Issue: GOAT-API-G1
The text was updated successfully, but these errors were encountered: