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
Describe the problem and proposed solution Geopandas 1.0 just got released recently. We would need to address backwards incompatible API changes in our existing codebase.
The most relevant I think are
The sjoin method will now preserve the name of the index of the right
GeoDataFrame, if it has one, instead of always using "index_right" as the
name for the resulting column in the return value
The deprecated default value of GeoDataFrame/ GeoSeries explode(.., index_parts=True) is now
set to false for consistency with pandas
The text was updated successfully, but these errors were encountered:
Describe the problem and proposed solution
Geopandas 1.0 just got released recently. We would need to address backwards incompatible API changes in our existing codebase.
The most relevant I think are
The text was updated successfully, but these errors were encountered: