pm4py.stats.get_event_attributes#
- pm4py.stats.get_event_attributes(log: EventLog | DataFrame) List[str] [source]#
Returns the list of event-level attributes in the log.
- Parameters:
log – Log object (EventLog or pandas DataFrame).
- Returns:
A list of event attribute names.
import pm4py event_attributes = pm4py.get_event_attributes(dataframe)