median
and percentile
require explicit type arguments for non-numeric columns
#1189
Labels
bug
Something isn't working
Milestone
median
andpercentile
require explicit type arguments for non-numeric columns.So,
df.median { intCol }
works, but needsdf.median<_, String> { stringCol }
ordf.median({ dateCol })
Tracked here: KT-76683.
The text was updated successfully, but these errors were encountered: