<V> Series |
SeriesGroupBy.apply(Function<?,?> function) |
|
Series |
SeriesGroupBy.count() |
Compute the sum of the numeric columns for each group.
|
Series |
Series.equal(java.lang.Number v) |
Equal
|
Series |
Series.getValueByIndex(java.util.List idxValues) |
Get values by index
|
Series |
Series.getValueByIndex_bak(java.util.List idxValues) |
Get values by index
|
Series |
Series.getValues(java.util.List<java.lang.Integer> ii) |
Get values
|
Series |
Series.getValues(Range range) |
Get values
|
Series |
Series.greaterThan(java.lang.Number v) |
Greater then
|
Series |
Series.greaterThanOrEqual(java.lang.Number v) |
Greater then or equal
|
Series |
Series.lessThan(java.lang.Number v) |
Less then
|
Series |
Series.lessThanOrEqual(java.lang.Number v) |
Less then or equal
|
Series |
SeriesGroupBy.max() |
Compute the Maximum of the numeric columns for each group.
|
Series |
SeriesGroupBy.mean() |
Compute the mean of the numeric columns for each group.
|
Series |
SeriesGroupBy.median() |
Compute the median of the numeric columns for each group.
|
Series |
SeriesGroupBy.min() |
Compute the minimum of the numeric columns for each group.
|
Series |
SeriesGroupBy.percentile(double quantile) |
Compute the percentile of the numeric columns for each group.
|
Series |
DataFrame.rowSeries(int row) |
Get row series
|
Series |
SeriesGroupBy.stdDev() |
Compute the standard deviation of the numeric columns for each group.
|
Series |
SeriesGroupBy.sum() |
Compute the sum of the numeric columns for each group.
|