We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tables.dictcolumntable
#undef
table = [(; c=""), NamedTuple()]
results in
julia> Tables.dictcolumntable(table).c 2-element Vector{Union{Missing, String}}: "" #undef
on Tables v1.7.0.
I believe it should be missing instead. Tables.dictrowtable does missing for this example.
missing
Tables.dictrowtable
The text was updated successfully, but these errors were encountered:
Have you checked main branch? Maybe it is fixed already with d741e34
main
Sorry, something went wrong.
Yes, it seems to be, good point. I would appreciate a release!
CC @quinnj
No branches or pull requests
results in
on Tables v1.7.0.
I believe it should be
missing
instead.Tables.dictrowtable
doesmissing
for this example.The text was updated successfully, but these errors were encountered: