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
To improve usability of the joinpartitions function I think we should probably support a promote::Bool kwarg which will allow us to widen the ChainedVector eltypes as we go. This is something DataFrames.jl already supports with its append! implementation.
To improve usability of the
joinpartitions
function I think we should probably support apromote::Bool
kwarg which will allow us to widen theChainedVector
eltypes as we go. This is something DataFrames.jl already supports with itsappend!
implementation.https://github.com/JuliaData/DataFrames.jl/blob/f690aa49e958f51e0c3c579b6def1f11be214d98/src/dataframe/dataframe.jl#L1301
Example error which is annoying to work around is.
The text was updated successfully, but these errors were encountered: