Add missing statistical reducers
Open
improve
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
RIght now the following reducers are only available as the corresponding `Frame` methods, but can't be used in the square brackets syntax as `dt.*()`:
- [ ] `kurt()`
- [ ] `skew()`
- [ ] `mode()`
- [ ] `nmodal()`
- [x] `nunique()` #3038
- [x] `countna()` #3024
Contributor guide
Assessment
This issue has not been assessed yet.