get_rings#

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

Gets rings of Polygon geometry object.

Applies shapely._geometry.get_rings to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series

Note

The shapely functions gets called with these default values that cannot be overwritten: {‘return_index’: True}