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
Currently, our container types includes the following:
OrderedSets
LittleDicts
Tuples
Patterns
KeyedArrays / NamedDimsArray
This can make it hard to follow what operations will return what data types, so maybe we can simplify this in someway.
At the very least, we should probably try to minimize how much of this is exposed through the documentation and avoid too many examples of how they interact with other packages like Tables.jl, DataFrames.jl, etc.
The text was updated successfully, but these errors were encountered:
Currently, our container types includes the following:
OrderedSet
sLittleDict
sTuple
sPattern
sKeyedArray
s /NamedDimsArray
This can make it hard to follow what operations will return what data types, so maybe we can simplify this in someway.
At the very least, we should probably try to minimize how much of this is exposed through the documentation and avoid too many examples of how they interact with other packages like Tables.jl, DataFrames.jl, etc.
The text was updated successfully, but these errors were encountered: