Support order by in collate Aggregate
Open
collate
- Dominant language
- Jupyter Notebook
- Stars
- 201
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
_From @thcrock on July 19, 2017 21:59_
Third argument in `collate.Aggregate` is an order by clause, which can be used for things like medians. This should be usable via the YAML wrapper.
_Copied from original issue: dssg/architect#9_
Contributor guide
Research direction
Locate the YAML wrapper for collate.Aggregate and trace how its arguments are handled, starting with the wrapper entry point. Check existing aggregate-related tests or examples if present; done means the YAML interface accepts an order-by clause and passes it through for aggregate operations such as medians.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100