is_simple#

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

Returns True if a Geometry has no anomalous geometric points, such as self-intersections or self tangency.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series