pm4py.objects.ocel.importer.sqlite.importer module#
- class pm4py.objects.ocel.importer.sqlite.importer.Variants(*values)[source]#
Bases:
Enum- PANDAS_IMPORTER = <module 'pm4py.objects.ocel.importer.sqlite.variants.pandas_importer' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/importer/sqlite/variants/pandas_importer.py'>#
- OCEL20 = <module 'pm4py.objects.ocel.importer.sqlite.variants.ocel20' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/objects/ocel/importer/sqlite/variants/ocel20.py'>#
- pm4py.objects.ocel.importer.sqlite.importer.apply(file_path: str, variant=Variants.PANDAS_IMPORTER, parameters: Dict[Any, Any] | None = None) OCEL[source]#
Imports an OCEL from a SQLite database
- Parameters:
file_path – Path to the SQLite database
variant – Variant of the importer to use: - Variants.PANDAS_IMPORTER => Pandas
parameters – Variant-specific parameters
- Returns:
Object-centric event log
- Return type:
ocel