data_load
Load a data file into the session kernel for repeated use in transformations and charts, returning a durable handle.
Instructions
Load a data file into the session kernel as DATA[name] — loaded once, use it many times: transform with py_run, chart with chart_spec(data=name). Starts the kernel on first use.
RETURNS A frame_handle as well as the profile. The handle is the
durable name for this frame: it is written to a store that outlives
the kernel, so if a wall-timeout kills the interpreter you can pass
the handle back to py_run's frame_handles and carry on instead of
reloading. Treat it as opaque; it is valid for ttl_ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes |