normalize#

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

Converts Geometry to normal form (or canonical form).

Applies shapely.constructive.normalize to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series