pymovements.datasets.gazebase.GazeBase.infer_fileinfo#

GazeBase.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.