Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Tables API #15

Open
oxinabox opened this issue Feb 2, 2020 · 2 comments
Open

Tables API #15

oxinabox opened this issue Feb 2, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@oxinabox
Copy link
Member

oxinabox commented Feb 2, 2020

A Vector of IndexedDimVectors which are indexed by Symbol,
is probably reasonable to call a row Table.
Particularly if not having to overload getproperty
JuliaData/Tables.jl#131

Beyond that if one has a matrix where 1 dimension is indexed by Symbol,
that's probably a Table also

@nickrobinson251
Copy link
Contributor

is the suggestion here to implement the Tables.jl interface (for IndexedVec{IndexedVec}) by defining istable and rows/rowaccess?

@nickrobinson251 nickrobinson251 added the enhancement New feature or request label May 14, 2020
@oxinabox
Copy link
Member Author

oxinabox commented May 14, 2020

Yes.
It could be a rowtable or a column table or either depending which axis has symbols for its keys.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants