area#

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

Computes the area of a (multi)polygon.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series