You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/transformers/cardinality_reducer/errors.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
UNSUPPORTED_COL_TYPE(col_type) =
2
-
"In CardinalityReducer, elements have type $(col_type). The supported types are $(ScientificTypes.SupportedTypes)"
2
+
"In CardinalityReducer, elements have type $(col_type). The supported types are `Union{Char, Number, AbstractString}`"
3
3
VALID_TYPES_NEW_VAL(possible_col_type) =
4
-
"In CardinalityReducer, label_for_infrequent keys have type $(possible_col_type). The supported types are $(ScientificTypes.SupportedTypes)"
4
+
"In CardinalityReducer, label_for_infrequent keys have type $(possible_col_type). The supported types are `Union{Char, Number, AbstractString}`"
5
5
COLLISION_NEW_VAL(value) =
6
6
"In CardinalityReducer, label_for_infrequent specifies new column name $(value). However, this name already exists in one of the columns. Please respecify label_for_infrequent."
0 commit comments