make_valid# GeosSeriesAccessor.make_valid(*args, **kwargs)# Repairs invalid geometries. Applies shapely.constructive.make_valid to the data and returns a Series with the result. Returns: Series with the results of the function. Return type: pandas.Series