pymovements.gaze.GazeDataFrame.apply#

GazeDataFrame.apply(function: str, **kwargs: Any) None#

Apply preprocessing method to GazeDataFrame.

Parameters:
  • function (str) – Name of the preprocessing function to apply.

  • **kwargs (Any) – kwargs that will be forwarded when calling the preprocessing method.