Skip to content

Add Compiler Plugin support for the statistics on GroupBy with multiple columns #1090

Open
@zaleslaw

Description

@zaleslaw

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

Metadata

Metadata

Assignees

Labels

Compiler pluginAnything related to the DataFrame Compiler PluginenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions