pm4py.objects.ocel.exporter.csv.exporter module#

class pm4py.objects.ocel.exporter.csv.exporter.Variants(*values)[source]#

Bases: Enum

PANDAS = <module 'pm4py.objects.ocel.exporter.csv.variants.pandas' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/exporter/csv/variants/pandas.py'>#
pm4py.objects.ocel.exporter.csv.exporter.apply(ocel: OCEL, output_path: str, variant=Variants.PANDAS, objects_path=None, parameters: Dict[Any, Any] | None = None)[source]#

Exports an object-centric event log in a CSV file

Parameters:
  • ocel – Object-centric event log

  • output_path – Destination file

  • variant – Variant of the algorithm that should be used, possible values: - Variants.PANDAS

  • objects_path – Optional path, where the objects dataframe is stored

  • parameters – Parameters of the algorithm