Libraries

Utilities

The novem library has some utilities to make it easier to use novem in a more pythonic way, as well as add some convenient integrations with other python libraries.

The novem python novem.table.Selector class has the following parameters, most of them being optional except the first two.

sel
Selector: Union[DataFrame, str]

A range for the selector to operate on

app
Applicator: Union[Applicator, str]
[r]
Reference: DataFrame
[c]
Column Override: str
[i]
Index Override: str
[co]
Index Offset: int

A static offset that can be applied to

[io]
Column Offset: int