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
The metadata for categories is not needed. I deleted all usage of it and used self._col.df.some_function() to retrieve the info about categorical columns.
What needed to be done also is to separately define the dtype for categorical columns (in Vaex dtype of a categorical column is the dtype of data itself). I am not sure if the default is correct:
Check if the use of metadata is not necessary
It is possible to use the info of categories from the columns like this:
without needing to specify the metadada.
The text was updated successfully, but these errors were encountered: