validate_dataset
data.validate_dataset(name)Validate the dataset with the given name.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| name | str | Name of the dataset to validate. | required |
Returns
| Name | Type | Description |
|---|---|---|
| bool | bool | True if the dataset is valid, False otherwise. |