_prepare_random_label seems to be breaking when assessing spatial indexes because here:
|
data_1.columns = ["group", "total", "grouping_variable"] |
And here:
|
data_2.columns = ["group", "total", "grouping_variable"] |
It is not taking into consideration the geometry column. I'll try to add here later on a minimal reproducible example.
_prepare_random_label seems to be breaking when assessing spatial indexes because here:
segregation/segregation/inference/comparative.py
Line 343 in 3d0ab2f
And here:
segregation/segregation/inference/comparative.py
Line 357 in 3d0ab2f
It is not taking into consideration the geometry column. I'll try to add here later on a minimal reproducible example.