Open
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.
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.