pymovements.events.EventProcessor#
- class pymovements.events.EventProcessor(event_properties: str | list[str])[source]#
Processes event and gaze dataframes.
- event_properties#
A list of property names.
- Type:
list[str]
- __init__(event_properties: str | list[str])[source]#
Initialize processor with event property definitions.
- Parameters:
event_properties – List of event property names.
Methods
__init__(event_properties)Initialize processor with event property definitions.
process(events)Process event dataframe.