:py:mod:`wandb_utils.commands.filter` ===================================== .. py:module:: wandb_utils.commands.filter Module Contents --------------- .. py:data:: logger .. py:function:: rmax(A, B) .. py:function:: filter_df(df: pandas.DataFrame, fields: Tuple[str, Ellipsis], index: str, query: str, pd_eval: str, python_eval: str, python_exec: str) -> pandas.DataFrame Apply a processor using `pandas.query`, `pandas.eval`, `python eval` or `python exec`. No more than one of the processors should be provided at a time.