is_ring#

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

Returns True if a linestring is closed and simple.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series