wandb_utils.commands.filter

Module Contents

wandb_utils.commands.filter.logger
wandb_utils.commands.filter.rmax(A, B)
wandb_utils.commands.filter.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.