iode.ComputedTable.title

ComputedTable.title

title: str

The title of the computed table.

Examples

>>> from iode import SAMPLE_DATA_DIR
>>> from iode import Table, tables, variables
>>> tables.load(f"{SAMPLE_DATA_DIR}/fun.tbl")
>>> variables.load(f"{SAMPLE_DATA_DIR}/fun.var")
>>> # simple time series (current workspace) - 6 observations
>>> computed_table = tables["C8_1"].compute("2000:6")
>>> computed_table.title
"Déterminants de l'output potentiel"