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 see what you mean here, my only concern is that TupleVector <: AbstractVector, and some people might expect generic methods to behave as they do for vectors. We should consider how this is handled in StructArrays.jl and DataFrames.jl. More generally, we could look at ArrayInterface.jl and Tables.jl and try to find some commonality -- nice if we could conform to both.
When calling
keys
on aTupleVector
one getswhen I would expect
(:x, :y)
I suppose?Happy to make a PR if you agree that it should be the correct behaviour
The text was updated successfully, but these errors were encountered: