count_coordinates#

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

Counts the number of coordinate pairs in a geometry array.

Applies shapely.coordinates.count_coordinates to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series