pm4py.algo.connectors.variants.windows_events module#
- pm4py.algo.connectors.variants.windows_events.apply(parameters: Dict[str, Any] | None = None) DataFrame[source]#
Extract a process mining dataframe from all the events recorded in the Windows registry.
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 generation of the event RESOURCE (org:resource) => username involved in the event
- Returns:
Pandas dataframe
- Return type:
dataframe