You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: