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
I don't think DataFrames should take care of this. That's a problem in SparseArrays, and as long as map behaves like that there it's OK for us to do the same with ByRow. But I agree it's weird, and we precisely changed PooledArrays to avoid that. Maybe we could find a common solution, like pure=false in PooledArrays.
I'm not sure who we could ping, probably best file an issue in SparseArrays?
The problem is:
which is incorrect.
The reason is that we stayed with using
map
inDataFrames.jl/src/abstractdataframe/selection.jl
Line 302 in 12c586c
map
forSparseVector
incorrect and we can stay with usingmap
?@nalimilan + I am not sure whom to ping from SparseArrays community?
The text was updated successfully, but these errors were encountered: