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
Julia 1.0.2, DataFrames v0.15.2 and CategoricalArrays v0.5.2 gives me an interpreter error that crashes julia when using levels! on a DataFame column directly:
I think this is a known issue with Julia compiler. CategoricalArrays.jl stress it to the extreme. Similar issues have been reported, see JuliaLang/julia#25430, but I think @nalimilan might know if they cover this case.
Yes I think that's JuliaLang/julia#29430. It's fixed in Julia 1.1. Unfortunately it hasn't been backported to 1.0.3 because it could break existing code, and we haven't been able to run checks on packages to see whether that's the case or not.
Julia 1.0.2, DataFrames v0.15.2 and CategoricalArrays v0.5.2 gives me an interpreter error that crashes julia when using levels! on a DataFame column directly:
These two scenarios on the other hand work:
The text was updated successfully, but these errors were encountered: