geotech.point.groups#

DataFrame.geotech.point.groups#

Return a pandas.api.typing.DataFrameGroupBy object based on the point_id column.

This can be used as a shortcut for grouping the DataFrame by the point_id.

Returns:
pandas.api.typing.DataFrameGroupBy

GroupBy object that contains the grouped DataFrame objects.