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
Currently we use Tables.allocatecolumn as it is safe. E.g. currently we have an issue with PooledArrays.jl JuliaData/PooledArrays.jl#88 which current design handles correctly.
Probably it would be better to improve over Tables.allocatecolumn (which looks only at element type and disregards container type)
The text was updated successfully, but these errors were encountered:
Related https://julialang.zulipchat.com/#narrow/stream/274208-helpdesk-.28published.29/topic/vcat.20dataframes.20with.20pooledarrays
Currently we use
Tables.allocatecolumn
as it is safe. E.g. currently we have an issue with PooledArrays.jl JuliaData/PooledArrays.jl#88 which current design handles correctly.Probably it would be better to improve over
Tables.allocatecolumn
(which looks only at element type and disregards container type)The text was updated successfully, but these errors were encountered: