get_parts#

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

Gets parts of each GeometryCollection or Multi* geometry object; returns a copy of each geometry in the GeometryCollection or Multi* geometry object.

Applies shapely._geometry.get_parts to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series

Note

The shapely functions gets called with these default values that cannot be overwritten: {‘return_index’: True}