pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

'pm4py.objects.log.importer.parquet' is missing in pm4py #438

Closed n14b closed 1 year ago

n14b commented 1 year ago

Getting NoModuleFound Error 'pm4py.objects.log.importer.parquet' is missing in pm4py while executing below code

from pm4pydistr.local_wrapper import factory as local_wrapper_factory

wrapper = local_wrapper_factory.apply("roadtraffic1") print(wrapper.calculate_dfg())

roadtraffic1 is a directory having parquet data files

fit-alessandro-berti commented 1 year ago

Dear @n14b

The pm4py distributed engine is not maintained anymore (as it is in the "Javert899" personal repository).

We removed pm4py.objects.log.importer.parquet as it was simply a wrapper to pandas.read_parquet and it did not really make sense to keep it in the codebase