is_empty#

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

Returns True if a geometry is an empty point, polygon, etc.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series