is_valid_reason#

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

Returns a string stating if a geometry is valid and if not, why.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series