Draft: allow pandas functions in text configurations
This MR exposes pandas to the text configuration and allows, for example, things like:
var ; flagGeneric(func=pd.isna(var))
This MR exposes pandas to the text configuration and allows, for example, things like:
var ; flagGeneric(func=pd.isna(var))