pm4py.connectors.extract_log_windows_events#

pm4py.connectors.extract_log_windows_events() DataFrame[source]#

Extracts a process mining DataFrame from all events recorded in the Windows registry.

Columns: - CASE ID (case:concept:name): Name of the computer emitting the events. - ACTIVITY (concept:name): Concatenation of the source name of the event and the event identifier.

  • TIMESTAMP (time:timestamp): Timestamp of event generation.

  • RESOURCE (org:resource): Username involved in the event.

Return type:

pd.DataFrame