-
Notifications
You must be signed in to change notification settings - Fork 9
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
[BUG] TableOperations.select does not support categorical columns #25
Comments
cc: @nalimilan ? |
The example given above works here on Julia master. Also the comment Would you be able to provide a simpler reproducer? |
How is the comment wrong? The selection is only mentioning columns that are float? It shouldn't involve the other columns that are categorical and yet the Tables.matrix crashes. I will try to reproduce with the master branch, maybe the issue has been fixed and a release is missing? |
Sorry, I was confused by the fact that printing I'm able to reproduce the problem. It seems that julia> collect(Tables.Columns(t)) == collect(Tables.Columns(jura[!, 1:7]))
true |
Closing as we now have TableTransforms.Select that is more flexible and actively maintained. |
MWE:
The text was updated successfully, but these errors were encountered: