geotech.point#

DataFrame.geotech.point()#

Subaccessor that contains point-related methods.

The DataFrame should have point_id and bottom columns, where point_id would signify what group the bottom depths and other related data belong to. These groups can be accessed as a pandas.api.typing.DataFrameGroupBy object through the groups property.

Methods#

DataFrame.geotech.point.get_group(point_id)

Return a DataFrame from the point groups with matching point_id.

Attributes#

DataFrame.geotech.point.groups

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

DataFrame.geotech.point.ids

Return a list of unique point_id values.