{"library":"pm4py","title":"PM4Py - Process Mining for Python","description":"PM4Py is an open-source process mining library for Python. It supports process discovery, conformance checking, enhancement, and analysis of event logs. The current version is 2.7.22.2, with an active development cadence of about monthly releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pm4py"],"cli":null},"imports":["import pm4py"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pandas as pd\nimport pm4py\n\ndf = pd.read_csv('event_log.csv')\neq = pm4py.format_dataframe(df, case_id='case:concept:name', activity_key='concept:name', timestamp_key='time:timestamp')\nnet, im, fm = pm4py.discover_petri_net_inductive(eq)\npm4py.view_petri_net(net, im, fm)","lang":"python","description":"Basic process discovery from a CSV event log using the Inductive Miner.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}