geost.base.Collection.add_header_column_to_data#
- Collection.add_header_column_to_data(column_name: str) None[source]#
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.
- Returns:
Updates the data table in place by adding the specified column from the header to the data table.
- Return type:
None