Update a dataset
Update a dataset via Code
You can update the dataset with a new version by using the update_dataset
method. You can still access your old datasets by tagging the dataset_version.
arize_client.update_dataset(space_id=ARIZE_SPACE_ID, data=df, dataset_id="DATASET_ID")
See the SDK reference below:
Update a dataset via UI
You can also add rows to your dataset manually in the UI. Click the (+ Example) button to add a row, then edit its attributes directly in the interface.
Last updated
Was this helpful?