wandb_utils.commands.from_file

Module Contents

wandb_utils.commands.from_file.logger
wandb_utils.commands.from_file.from_file_command(df: Optional[pandas.DataFrame], input_file: pathlib.Path, fields: Tuple[str, Ellipsis], index: str, delimiter: str) pandas.DataFrame

Read the data of runs from a input-file created using any wandb-utils command.

input-file is the path to a .csv file.

wandb_utils.commands.from_file.from_file(input_file: pathlib.Path, fields: List[str] = None, index: str = None, delimiter: str = '\t') pandas.DataFrame