actin2.indtable.IndTable
- class actin2.indtable.IndTable(table_csv=None, verb=False)
Class to manipulate the indices table.
- Parameters:
table_csv (str, None) – Path to the csv table with indices data. If
Noneuse built-in table (default).
Class attributes:
- table
Table with indices.
- Type:
pd.DataFrame
- indices
List of available indices.
- Type:
list
- params
List of required index line parameters.
- Type:
list
- __init__(table_csv=None, verb=False)
Methods
__init__([table_csv, verb])add_line(ind_id, ind_var, ln_id, ln_c, ...)Add a line to the indices table.
del_index(ind_id)del_line(ln_id)get_index(index)save_table(filename)