clear_dataset(dataset_slug)
Delete all data from a dataset, keeping the dataset itself intact.
Properties
| Name | Type | Description |
|---|---|---|
dataset_slug | str | The slug of the dataset to clear. |
Returns:
None
- Type
- None
| Name | Type | Description |
|---|---|---|
dataset_slug | str | The slug of the dataset to clear. |