MCPcopy Index your code
hub / github.com/StructuredLabs/preswald / demo_load_data

Function demo_load_data

preswald/tutorial/hello.py:261–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259
260 @demo_workflow.atom()
261 def demo_load_data():
262 return get_df("sample_csv")
263
264 @demo_workflow.atom(dependencies=["demo_load_data"])
265 def demo_clean_data(demo_load_data):

Callers

nothing calls this directly

Calls 1

get_dfFunction · 0.90

Tested by

no test coverage detected