pm4py.ocel.ocel_objects_interactions_summary#
- pm4py.ocel.ocel_objects_interactions_summary(ocel: OCEL) DataFrame [source]#
Returns the objects interactions summary of an object-centric event log. The summary includes a row for every combination of (event, related object, other related object). Properties such as the activity of the event and the object types of the two related objects are included.
- Parameters:
ocel (OCEL) – Object-centric event log.
- Returns:
Objects interactions summary DataFrame.
- Return type:
pd.DataFrame
import pm4py interactions_summary = pm4py.ocel_objects_interactions_summary(ocel)