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