-
Notifications
You must be signed in to change notification settings - Fork 368
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
Converting to DataFrame fails for NamedTuple[] #1670
Comments
Sounds like a bug in Tables.jl to me. @quinnj? |
This definitely used to work at some point... |
I'll take a look at this today. |
Any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am submitting this issue based on a discussion on Discourse. It is possible to convert an Array of NamedTuples to a DataFrame if it is initialized as Any[]. However, this is not possible if the array is initialized as NamedTuple[]. The code below demonstrates the behavior.
As pointed out by the other poster, x3 is a table, but is not handled by the interface.
Tables.istable(typeof(x3))
The text was updated successfully, but these errors were encountered: