GeoDataFrame.
dissolve
Dissolve geometries within groupby into single observation. This is accomplished by applying the unary_union method to all geometries within a groupself.
Observations associated with each groupby group will be aggregated using the aggfunc.
Column whose values define groups to be dissolved
Aggregation function for manipulation of data associated with each group. Passed to pandas groupby.agg method.
If true, groupby columns become index of result.