load_event_log
Read event logs from disk in XES, CSV, or Parquet format and store them under a fresh log_id handle. Returns a compact summary with case/event counts and activity preview.
Instructions
Read an event log from disk and store it under a fresh log_id handle.
Format is inferred from the file extension when format is not passed.
Supported: XES (.xes, .xes.gz), CSV (.csv), Parquet (.parquet).
For CSV and Parquet, the three *_key parameters tell pm4py which
columns to treat as case id / activity / timestamp. Defaults assume the
pm4py-standard column names.
Returns a dict with log_id plus a compact summary (case/event counts,
activities preview, time range, top 5 variants). Never returns the log
itself — subsequent tools retrieve it by handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| format | No | ||
| case_id_key | No | case:concept:name | |
| activity_key | No | concept:name | |
| timestamp_key | No | time:timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||