evo.blockmodels.typed.report.ReportColumnSpec
Specification for a column in a report.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
column_name
|
str
|
The name of the column in the block model. |
required |
aggregation
|
Aggregation
|
How to aggregate the column values. Use |
SUM
|
label
|
str | None
|
Display label for the column in the report. |
None
|
output_unit_id
|
str | None
|
Unit ID for the output values. Use |
None
|