validate_labels_tsv#

ethograph.labels.tsv_store.validate_labels_tsv(df, path='')[source]#

Validate that a labels DataFrame has all required columns.

Raises:

ValueError – If any of onset_s, offset_s, labels, individual, trial are missing from the DataFrame columns.

Return type:

None