get_factors_from_formula

pylluminator.stats.get_factors_from_formula(formula: str) list[str]

Get the factors (column names) from a formula

Parameters:

formula (str) – the formula to parse

Returns:

the list of factors

Return type:

list[str]