pm4py.stats.get_event_attributes# pm4py.stats.get_event_attributes(log: Union[EventLog, DataFrame]) → List[str][source]# Returns the attributes at the event level of the log Parameters: log – Log object Return type: List[str] import pm4py event_attributes = pm4py.get_event_attributes(dataframe)