is_valid# GeosSeriesAccessor.is_valid(*args, **kwargs)# Returns True if a geometry is well formed. Applies shapely.predicates.is_valid to the data and returns a Series with the result. Returns: Series with the results of the function. Return type: pandas.Series