After https://github.com/JuliaData/DataFrames.jl/pull/2622 is merged add threading support to: * `getindex` * simple cases of `select` * joins In general the idea is that we can copy/create different columns of a data frame in parallel if we do not do any operations on them.
After #2622 is merged add threading support to:
getindexselectIn general the idea is that we can copy/create different columns of a data frame in parallel if we do not do any operations on them.