pub fn convert_dataframe_to_log(df: &DataFrame) -> Result<EventLog, PolarsError>Expand description
Convert Polars DataFrame to EventLog
- Extracts attributes as Strings (converting other formats using debug format macro)
- Assumes valid
EventLogstructure ofDataFrame(i.e., assuming thatPREFIXED_TRACE_ID_NAMEis present)
Note: This function is only available if the dataframes feature is enabled.