pymovements.datasets.ToyDataset.infer_fileinfo#
- ToyDataset.infer_fileinfo() DataFrame[source]#
Infer information from filepaths and filenames.
- Returns:
File information dataframe.
- Return type:
pl.DataFrame
- Raises:
AttributeError – If no regular expression for parsing filenames is defined.
RuntimeError – If an error occurred during matching filenames or no files have been found.