Home
TidierCats.jlยค
The goal of this package is to bring the convenience and simple usability of forcats
in R to Julia. This package was designed to work with Tidier.jl
but can also work independently.
This package re-exports CategoricalArrays.jl
.
In addition, this package includes:
cat_rev()
cat_relevel()
cat_infreq()
cat_lump()
cat_reorder()
cat_collapse()
cat_lump_min()
cat_lump_prop()
cat_recode()
cat_other()
cat_replace_missing()
as_categorical()