Skip to content

ENH: support mask for missing values when writing data / support writing pandas nullable dtypes #232

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

Merged
merged 9 commits into from
Apr 2, 2023

Conversation

jorisvandenbossche
Copy link
Member

Closes #219

The required change in cython to suppport passing a mask is actually quite limited, it's mostly new code in geopandas.py to get the proper data/mask.

@brendan-ward
Copy link
Member

Also, please add entry to the changelog.

Copy link
Member

@brendan-ward brendan-ward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than suggestion re: adding a comment, this looks great. Thanks @jorisvandenbossche !

@brendan-ward brendan-ward merged commit 89b02d9 into geopandas:main Apr 2, 2023
@jorisvandenbossche jorisvandenbossche deleted the write-with-mask branch April 3, 2023 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Support pandas nullable dtypes such as boolean and string
2 participants