pm4py.convert.convert_log_to_ocel#
- pm4py.convert.convert_log_to_ocel(log: Union[EventLog, EventStream, DataFrame], activity_column: str = 'concept:name', timestamp_column: str = 'time:timestamp', object_types: Collection[str] = ['case:concept:name'], obj_separator: str = ' AND ') OCEL [source]#
Converts an event log to an object-centric event log with one or more than one object types.
- Parameters:
log_obj – log object
activity_column (
str
) – activity columntimestamp_column (
str
) – timestamp columnobject_types – list of columns to consider as object types
obj_separator (
str
) – separator between different objects in the same column
- Return type:
OCEL