MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / clean_data

Function clean_data

botasaurus_server/botasaurus_server/cleaners.py:38–40  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

36 return filtered_data
37
38def clean_data(data):
39 # Then, filter the normalized data to ensure each dict contains the same set of fieldnames
40 return normalize_dicts_by_fieldnames(normalize_data(data))

Callers 2

run_taskMethod · 0.70
perform_worker_taskMethod · 0.70

Calls 2

normalize_dataFunction · 0.70

Tested by

no test coverage detected