GeoSeries.
convex_hull
Returns a GeoSeries of geometries representing the convex hull of each geometry.
GeoSeries
The convex hull of a geometry is the smallest convex Polygon containing all the points in each geometry, unless the number of points in the geometric object is less than three. For two points, the convex hull collapses to a LineString; for 1, a Point.