Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
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_task
Method · 0.70
perform_worker_task
Method · 0.70
Calls
2
normalize_dicts_by_fieldnames
Function · 0.70
normalize_data
Function · 0.70
Tested by
no test coverage detected