Skip to content

daqapo does not take eventlogs or data.frames but only tibbles? #12

@mlane3

Description

@mlane3

I really enjoyed the last process mining conference and wanted to try daqapo for myself, but I ran into an unusual error.
The team has already used tidyverse to reduce the lines of code large processing model from 5000 lines of code to about 1000 lines (now split into small 50 line chunks). I am hoping we can use daqapo to replace some of the customized cleaning functions we wrote. However, we ran into a bit of a weird issue.
R version = 4.0.2 or 4.0.3 (we found the error in both)
daqapo = 0.3.1
It seems like daqapo will only clean 4.0 Tibbles and activity logs but will not clean eventlog, data.frames, or special data.frames (ie. tidyr legacy Tibbles).
The problem is this means we have to recode the event log at every data cleaning step, which makes zero sense.

patients %>% detect_missing_values()
Output:
Error in UseMethod("detect_missing_values") : no applicable method for 'detect_missing_values' applied to an object of class "c('eventlog', 'tbl_df', 'tbl', 'data.frame')"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions