Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for categorical values #16

Closed
onetonfoot opened this issue Aug 2, 2020 · 1 comment
Closed

Support for categorical values #16

onetonfoot opened this issue Aug 2, 2020 · 1 comment

Comments

@onetonfoot
Copy link

It would be nice to have support for CategoricalValue out of the box since they're commonly used in DataFrames now.
It's only a one liner to add but could throw someone not that familiar with the julia data ecosystem.

StructType(::Type{CategoricalValue{String, T}}) where T = StructTypes.StringType()
@quinnj
Copy link
Member

quinnj commented Aug 2, 2020

You can follow progress on this here: JuliaData/CategoricalArrays.jl#276

@quinnj quinnj closed this as completed Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants