geost.accessor.GeostFrame.standardize_column_names#
- GeostFrame.standardize_column_names() None[source]#
Standardize column names to a consistent format used in GeoST. This is useful if you want to combine data from different sources that may have different naming conventions for essential columns such as ‘nr’, ‘surface’, ‘x’, ‘y’, ‘top’, ‘bottom’ and/or ‘depth’.
- Returns:
The method updates the column names of the DataFrame in place.
- Return type:
None