total_bounds#

GeosDataFrameAccessor.total_bounds(*args, **kwargs)#

Computes the total bounds (extent) of the geometry.

Applies pgpd.GeosSeriesAccessor.total_bounds() to each column of “geos” dtype and aggregates the results in a DataFrame.

Parameters:
Returns:

DataFrame with the results total_bounds for each of the geos columns.

Return type:

pandas.DataFrame