length#

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

Computes the length of a (multi)linestring or polygon perimeter.

Applies shapely.measurement.length to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series