pymovements.events.EventProcessor#

class pymovements.events.EventProcessor(event_properties: str | list[str])#

Processes event and gaze dataframes.

event_properties#

A list of property names.

Type:

list[str]

Parameters:

event_properties (str | list[str]) – List of event property names.

__init__(event_properties: str | list[str])#

Methods

__init__(event_properties)

process(events)

Process event dataframe.