| 程序包 | 说明 |
|---|---|
| org.meteoinfo.data.dataframe | |
| org.meteoinfo.data.dataframe.impl |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<V> DataFrame |
DataFrame.apply(Function<?,?> function) |
Apply a function
|
<V> DataFrame |
DataFrameGroupBy.apply(Function<?,?> function) |
|
<V> Series |
SeriesGroupBy.apply(Function<?,?> function) |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
Aggregate<I,O> |
A function that converts lists of data frame values to
aggregate results.
|
interface |
KeyFunction<I> |
A function that converts data frame rows to index or
group keys.
|
interface |
Predicate<I> |
An interface used to filter a DataFrame.
|
interface |
TimeFunction<I,O> |
A function that converts DateTime value to String
|
static interface |
Transforms.CumulativeFunction<I,O> |
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected Function<V,U> |
Views.TransformedSeriesView.transform |
|
protected Function<V,U> |
Views.TransformedView.transform |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<V> DataFrame |
Grouping.apply(DataFrame df,
Function<?,?> function) |
|
<V> Series |
Grouping.apply(Series series,
Function<?,?> function) |
| 构造器 | 说明 |
|---|---|
TransformedSeriesView(DataFrame df,
Function<V,U> transform,
int index,
boolean transpose) |
|
TransformedView(DataFrame df,
Function<V,U> transform,
boolean transpose) |
Copyright © 2019. All rights reserved.