is_missing#

GeosSeriesAccessor.is_missing(*args, **kwargs)#

Returns True if the object is not a geometry (None)

Applies shapely.predicates.is_missing to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series