Represents a measure within a Cube. Each measure is mapped to a column in the underlying
Pandas dataframe.
column
property
Returns the column name in underlying Pandas dataframe the measure refers
to.
df: pd.DataFrame
property
Returns the underlying Pandas dataframe of the cube.