The DataFrames.jl documentation on Categorical Data never actually shows how to use these types in a data frame. I assume the intent is to replace a data frame column with a CategoricalVector or PooledVector, but I don't see how to do that illustrated in the documentation.
The DataFrames.jl documentation on Categorical Data never actually shows how to use these types in a data frame. I assume the intent is to replace a data frame column with a
CategoricalVectororPooledVector, but I don't see how to do that illustrated in the documentation.