pymovements.gaze.GazeDataFrame.apply#

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

Apply preprocessing method to GazeDataFrame.

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

  • kwargs – kwargs that will be forwarded when calling the preprocessing method.