DataframeDescription¶
Provides a name for the dataframe and an ordered list of variables (optional).
Properties¶
| Name | Type | Description | |
|---|---|---|---|
| DataframeName | string | 1..1 | Name of the dataframe. |
| VariableInventory | string | 0..n | Variables in the dataframe in order |
| RowDimensions | VariableReferenceBase | 0..n | An ordered list of variables used as hierarchical dimensions in a data cube or multi-index |
| ColumnDimensions | VariableReferenceBase | 0..n | An ordered list of variables used as colum indexes in a multi-index |