validate

data.Dataset.validate()

Simple validations to check if the dataset is valid and consistent.

Notes

Violations will be logged as errors. Validation rules include:

1. The dataset path should exist.
2. TODO add more rules here.

Returns

Type Description
bool True if the dataset is valid, False otherwise.