Kotlin / Kotlin/dataframe

`median` and `percentile` require explicit type arguments for non-numeric columns

Open
#1,189 2 comments 0 reactions 1 assignee Claimed by @Jolanrensen View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.