Create feature recipe book entry for "events per decade"
Open
trivial
- Dominant language
- Jupyter Notebook
- Stars
- 201
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
This might work:
```
categoricals:
-
column:
booking_decade: "substring(start_date from 1 for 3)"
imputation:
sum:
type: 'zero_noflag'
choices: "select distinct substring(start_date from 1 for 3) from bookings"
metrics:
- 'sum'
```
Contributor guide
Assessment
This issue has not been assessed yet.