JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

Import Base.unique! on Julia 0.7 #75

Closed nalimilan closed 7 years ago

nalimilan commented 7 years ago

Fixes a failure on nightlies. Another failure remains.

ararslan commented 7 years ago

Looks like we need this in DataFrames too

nalimilan commented 7 years ago

With the new CategoricalArrays release and this patch, tests now pass on Julia nightlies.