ValidDeepLabCutCSV#
- class movement.validators.files.ValidDeepLabCutCSV(file)[source]#
Bases:
objectClass for validating DeepLabCut-style .csv files.
The validator ensures that the file contains the expected index column levels.
- Raises:
ValueError – If the .csv file does not contain the expected DeepLabCut index column levels among its top rows.