pymovements.datasets.judo1000.JuDo1000.infer_fileinfo#

JuDo1000.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 occured during matching filenames or no files have been found.