get_failed_steps_for_fileset
- coffea.dataset_tools.get_failed_steps_for_fileset(fileset: Dict[str, DatasetSpec], report_dict: dict[str, Array])[source]
Modify an input dataset to only contain the files and row-ranges for failed processing jobs as specified in the supplied report.
- Parameters:
- Returns:
out – The reduced dataset with only the row-ranges and files that failed processing, according to the input report.
- Return type:
FilesetSpec