Skip to content
New issue

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 results in #undef values #289

Closed
ericphanson opened this issue Aug 31, 2022 · 3 comments
Closed

Tables.dictcolumntable results in #undef values #289

ericphanson opened this issue Aug 31, 2022 · 3 comments

Comments

@ericphanson
Copy link
Contributor

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.

@bkamins
Copy link
Member

bkamins commented Aug 31, 2022

Have you checked main branch? Maybe it is fixed already with d741e34

@ericphanson
Copy link
Contributor Author

Yes, it seems to be, good point. I would appreciate a release!

@bkamins
Copy link
Member

bkamins commented Aug 31, 2022

CC @quinnj

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants