pm4py.objects.ocel.importer.csv.variants.pandas module#

class pm4py.objects.ocel.importer.csv.variants.pandas.Parameters(*values)[source]#

Bases: Enum

ENCODING = 'encoding'#
pm4py.objects.ocel.importer.csv.variants.pandas.apply(file_path: str, objects_path: str = None, parameters: Dict[Any, Any] | None = None) OCEL[source]#

Imports an object-centric event log from a CSV file, using Pandas as backend

Parameters:
  • file_path – Path to the object-centric event log

  • objects_path – Optional path to a CSV file containing the objects dataframe

  • parameters – Parameters of the algorithm

Returns:

Object-centric event log

Return type:

ocel