MCPcopy
hub / github.com/omkarcloud/botasaurus / clean_data

Function clean_data

botasaurus/output.py:361–363  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

359 return filtered_data
360
361def 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
365def fix_excel_filename(filename):
366 filename = append_output_if_needed(filename)

Callers 2

write_csvFunction · 0.70
write_excelFunction · 0.70

Calls 2

normalize_dataFunction · 0.70

Tested by

no test coverage detected