Uses of Class
org.meteoinfo.data.dataframe.DataFrameGroupBy
-
Packages that use DataFrameGroupBy Package Description org.meteoinfo.data.dataframe -
-
Uses of DataFrameGroupBy in org.meteoinfo.data.dataframe
Methods in org.meteoinfo.data.dataframe that return DataFrameGroupBy Modifier and Type Method Description DataFrameGroupByDataFrame. groupBy(java.lang.Integer... columns)Group the data frame rows using columnsDataFrameGroupByDataFrame. groupBy(java.lang.Object... columns)Group the data frame rows using columnsDataFrameGroupByDataFrame. groupBy(java.util.List<java.lang.Object> columns)Group the data frame rows using columnsDataFrameGroupByDataFrame. groupBy(KeyFunction function)Group the data frame rows using the specified key function.DataFrameGroupByDataFrame. groupByIndex(java.lang.String pStr)Group the data frame rows using the specified key function.DataFrameGroupByDataFrame. groupByIndex(WindowFunction function)Group the data frame rows using the specified key function.
-