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
@nalimilan - I have realized that we have Tables.dictcolumntable to accompany Tables.dictrowtable so this issue can be closed. I will update DataFrames.jl accordingly.
Good. It would still make sense to allow opting into a stricter behavior than the default (which I find dangerous) using cols=:setequal or cols=:orderequal. But this is lower priority.
Following the discussion in JuliaData/DataFrames.jl#3372 (comment) It would make sense to add
cols
kwarg toTables.columns
.Let us discuss here if it would make sense, because maybe it is better to have a column-oriented equivalent of
DictRowTable
as a separate object.CC @nalimilan @quinnj
The text was updated successfully, but these errors were encountered: