urbanpy icon indicating copy to clipboard operation
urbanpy copied to clipboard

`urbanpy.geom.merge_shape_hex` function raise an error when is re-runned and assigned to same hexagon dataframe variable

Open Claudio9701 opened this issue 2 years ago • 0 comments

Code example

hex_df = urbanpy.geom.merge_shape_hex(hex_df, pop_df, agg={'population': 'sum'})

TODO: Complete error raised

Claudio9701 avatar Jun 16 '22 23:06 Claudio9701