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.Update a dataset via Code
You can update the dataset with a new version by using theupdate_dataset method. You can still access your old datasets by tagging the dataset_version.
View the complete API documentation for the
update_datase method.