Skip to content

Draft: allow pandas functions in text configurations

David Schäfer requested to merge pandas-config into develop

This MR exposes pandas to the text configuration and allows, for example, things like:

var ; flagGeneric(func=pd.isna(var))

Merge request reports