elphick.geomet.utils.pandas.parse_vars_from_expr

elphick.geomet.utils.pandas.parse_vars_from_expr(expr)[source]

Parse variables from a pandas query expression string.

Parameters:

expr (str) – The expression string

Returns:

The list of variables

Return type:

list[str]