-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
columnAggregationRule <- sampleRules[2,]
columnAggregationRule
columnAggregationRuleOutput <- executeRulesOnDataset(iris, columnAggregationRule)
str(columnAggregationRuleOutput)
when I run these codes using codes above and iris data and irisrules: , there is an issue like this:
Error:
! Assigned data paste(seq(as.numeric(lowerRange), as.numeric(upperRange)), collapse = ",") must be compatible with existing data.
i Error occurred for column Indices.
x Can't convert to .
Run rlang::last_trace() to see where the error occurred.
How to deal with this problem and make groupedAggregationRule result right?
Metadata
Metadata
Assignees
Labels
No labels