`median` and `percentile` require explicit type arguments for non-numeric columns
Open
bug
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
Description
`median` and `percentile` require explicit type arguments for non-numeric columns.
So, `df.median { intCol }` works, but needs `df.median<_, String> { stringCol }` or `df.median({ dateCol })`
Tracked [here: KT-76683](https://youtrack.jetbrains.com/issue/KT-76683).
Contributor guide
Assessment
This issue has not been assessed yet.