| 程序包 | 说明 |
|---|---|
| org.meteoinfo.data.dataframe | |
| org.meteoinfo.data.dataframe.impl |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
DataFrameGroupBy |
DataFrame.groupBy(KeyFunction function) |
Group the data frame rows using the specified key function.
|
SeriesGroupBy |
Series.groupBy(KeyFunction function) |
Group the series rows using the specified key function.
|
| 构造器 | 说明 |
|---|---|
Grouping(DataFrame df,
KeyFunction<V> function,
Integer... columns) |
|
Grouping(Series series,
KeyFunction<V> function) |
Copyright © 2019. All rights reserved.