Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fix set_index issue with shuffle="disk" #142

Merged
merged 2 commits into from
Jan 31, 2022

Conversation

martinfleis
Copy link
Member

Closes #59, closes #116

I initially started fixing this on the Dask side, trying to ensure that Dask preserves the subclass but realised that we would still need to do something on our side to ensure that a named geometry column is correctly assigned. Since Dask recreates a DataFrame from a dict, this is lost.

@martinfleis
Copy link
Member Author

This will also allow removing that hard-coded shuffle mode in #131.

@martinfleis martinfleis added this to the 0.1 milestone Jan 28, 2022
@jorisvandenbossche jorisvandenbossche merged commit dcfc810 into geopandas:main Jan 31, 2022
@martinfleis martinfleis deleted the set_index_override branch January 31, 2022 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants