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
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
For Category datatype in pandas.DataFrame or factor (Levels) datatype in R, current serializers convert their columnTypes to 'Unkown'. Is it better to create a new datatype for columnTypes, say category, enum , or factor?
For Category datatype in pandas.DataFrame or factor (Levels) datatype in R, current serializers convert their columnTypes to 'Unkown'. Is it better to create a new datatype for columnTypes, say
category
,enum
, orfactor
?Related code can be found here:
For Python: https://github.com/jupyter-incubator/declarativewidgets/blob/master/kernel-python/declarativewidgets/util/serializers.py#L46
For R: https://github.com/jupyter-incubator/declarativewidgets/blob/master/kernel-r/declarativewidgets/R/serializers.r#L28
For Scala: https://github.com/jupyter-incubator/declarativewidgets/blob/master/kernel-scala/src/main/scala/declarativewidgets/util/SerializationSupport.scala#L73
The text was updated successfully, but these errors were encountered: