datarobot_genai.drtools.panels.transform
transform
Sandbox-backed panel filter/transform tools.
These run user-supplied filtering/transform code over a Dataset panel inside the
isolated DataRobot workload sandbox (execute_code), then materialize the
result as a derived child panel (with lineage back to the source). Use this for
derived in-memory transforms/aggregations; push source-side filtering into the
connector SQL instead (see :mod:datarobot_genai.drtools.panels.datasource).