pymovements.events.EventProcessor#
- class pymovements.events.EventProcessor(event_properties: str | list[str])#
Processes event and gaze dataframes.
- 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.