We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For next scenarios:
val res22 = personsDf.groupBy { city }.median("newAge") { age and yearsToRetirement } val median221: Int? = res22.newAge[0] res22.compareSchemas()
Now it extracts the type from the first column
Partially implemented in #1077