is_valid_input#

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

Returns True if the object is a geometry or None

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

Returns:

Series with the results of the function.

Return type:

pandas.Series