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
Following on pandas-dev/pandas#17728
* Use None for missing values
Previously we used `Empty Polygon` for missing values. Now we revert to
using NULL in GeometryArray (as before) and Python None when we convert
to shapely objects.
This makes it so that only Nones and NaNs are considered missing.
0 commit comments