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