(data)
| 359 | return filtered_data |
| 360 | |
| 361 | def clean_data(data): |
| 362 | # Then, filter the normalized data to ensure each dict contains the same set of fieldnames |
| 363 | return normalize_dicts_by_fieldnames(normalize_data(data)) |
| 364 | |
| 365 | def fix_excel_filename(filename): |
| 366 | filename = append_output_if_needed(filename) |
no test coverage detected