类的使用
org.meteoinfo.dataframe.DataFrameGroupBy
-
使用DataFrameGroupBy的程序包 程序包 说明 org.meteoinfo.dataframe -
-
org.meteoinfo.dataframe中DataFrameGroupBy的使用
返回DataFrameGroupBy的org.meteoinfo.dataframe中的方法 修饰符和类型 方法 说明 DataFrameGroupByDataFrame. groupBy(Integer... columns)Group the data frame rows using columnsDataFrameGroupByDataFrame. groupBy(Object... columns)Group the data frame rows using columnsDataFrameGroupByDataFrame. groupBy(List<Object> columns)Group the data frame rows using columnsDataFrameGroupByDataFrame. groupBy(KeyFunction function)Group the data frame rows using the specified key function.DataFrameGroupByDataFrame. groupByIndex(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.
-