dataiku / dataiku/dataiku-api-client-python
avg aggregation recipe missed in recipe.py
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 44
- Forks
- 29
- Avg merge
- 3h 34m
- Merged PRs (30d)
- 2
Description
All the aggregations are present except avg aggregation -created a pull request and made the modifications.
Also can you suggest a way to do select columns from a particular dataset and also after the aggregation the column names are coming as columnname_aggregationname - is there any way to give a name to the aggregated column directly instead of going about modifying the output dataset?
Thanks.
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 in recipe.py, which the issue identifies as missing the avg aggregation. Review the existing aggregation definitions and the reported modifications, then confirm that avg is available alongside the other aggregations. The issue also raises column selection and aggregated-column naming as separate questions, so those need clarification before expanding the scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100