All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlinx.dataframe.api.frames.kt Maven / Gradle / Ivy

package org.jetbrains.kotlinx.dataframe.api

import org.jetbrains.kotlinx.dataframe.DataFrame
import org.jetbrains.kotlinx.dataframe.DataRow

// region Pivot

public fun  Pivot.frames(): DataRow = aggregate { this }

// endregion

// region PivotGroupBy

public fun  PivotGroupBy.frames(): DataFrame = aggregate { this }

// endregion




© 2015 - 2025 Weber Informatics LLC | Privacy Policy