Skip to content

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

Open
@Jolanrensen

Description

@Jolanrensen

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions