Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ load_csv
Function
load_csv
src/harness/utils/file_parsers.py:52–54 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
50
51
52
def
load_csv(path: str) -> str:
53
df = pd.read_csv(path)
54
return
json.dumps(df.to_dict(orient=
"records"
))
55
56
57
def
load_docx(filepath: str) -> str:
Callers
nothing calls this directly
Calls
1
to_dict
Method · 0.45
Tested by
no test coverage detected