Open
Description
If someone has a special need for a function that disregards types, they can make their own wrapper function. The function in DataAPI that's the public function for getting values out of CategoricalValues should only take CategoricalValue. It is too easy to accidentally call unwrap
on a type that is not CategoricalValue
, such as Vector{CategoricalValue}
.
See also JuliaData/CategoricalArrays.jl#399 This change is breaking so should be considered for DataAPI 2.0.
Metadata
Metadata
Assignees
Labels
No labels