pm4py.ocel.ocel_temporal_summary#
- pm4py.ocel.ocel_temporal_summary(ocel: OCEL) DataFrame [source]#
Returns the temporal summary of an object-centric event log. The temporal summary aggregates all events that occur at the same timestamp and reports the list of activities and involved objects.
- Parameters:
ocel (OCEL) – Object-centric event log.
- Returns:
Temporal summary DataFrame.
- Return type:
pd.DataFrame
import pm4py temporal_summary = pm4py.ocel_temporal_summary(ocel)