Uses of Enum
ai.rapids.cudf.DuplicateKeepOption
Packages that use DuplicateKeepOption
-
Uses of DuplicateKeepOption in ai.rapids.cudf
Methods in ai.rapids.cudf that return DuplicateKeepOptionModifier and TypeMethodDescriptionstatic DuplicateKeepOption
Returns the enum constant of this type with the specified name.static DuplicateKeepOption[]
DuplicateKeepOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rapids.cudf with parameters of type DuplicateKeepOptionModifier and TypeMethodDescriptionfinal ColumnVector
ColumnView.dropListDuplicates
(DuplicateKeepOption keepOption) Create a new LIST column by copying elements from the current LIST column ignoring duplicate, producing a LIST column in which each list contain only unique elements.