is_closed#

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

Returns True if a linestring’s first and last points are equal.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series