geost.base.CptCollection.add_header_column_to_data#
- CptCollection.add_header_column_to_data(column_name: str)#
Add a column from the header to the data table. Useful if you e.g. add some data to the header table, but would like to add this to each layer (row in the data table) as well.
- Parameters:
column_name (str) – Name of the column in the header table to add.