Possibility of TableOperations.jl for column access
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 163
- Forks
- 46
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 5
Description
We should be able to apply methods from TableOperations.jl to reimplement the selectrows and selectcols method for generic tables. This should help us avoid the issue we are currently experiencing with materializing NamedTuples
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the generic-table implementations of selectrows and selectcols and the relevant methods from TableOperations.jl. Investigate how the current path materializes NamedTuples; done means the methods use the applicable TableOperations.jl approach without that materialization and preserve generic-table behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100