所有类 接口概要 类概要 枚举概要
| 类 |
说明 |
| Aggregate<I,O> |
A function that converts lists of data frame values to
aggregate results.
|
| Aggregation |
|
| Aggregation.Collapse<V> |
|
| Aggregation.Count<V> |
|
| Aggregation.Describe<V> |
|
| Aggregation.Kurtosis<V> |
|
| Aggregation.Max<V> |
|
| Aggregation.Mean<V> |
|
| Aggregation.Median<V> |
|
| Aggregation.Min<V> |
|
| Aggregation.Percentile<V> |
|
| Aggregation.Product<V> |
|
| Aggregation.Skew<V> |
|
| Aggregation.StdDev<V> |
|
| Aggregation.Sum<V> |
|
| Aggregation.Unique<V> |
|
| Aggregation.Variance<V> |
|
| BlockManager<V> |
|
| Column |
|
| ColumnIndex |
|
| DataFrame |
|
| DataFrameGroupBy |
|
| DateTimeColumn |
|
| DateTimeIndex |
|
| Function<I,O> |
A function that is applied to objects (rows or values) in a
DataFrame.
|
| GroupBy |
|
| Grouping |
|
| Index<V> |
|
| Inspection |
|
| IntIndex |
|
| KeyFunction<I> |
A function that converts data frame rows to index or
group keys.
|
| Predicate<I> |
An interface used to filter a DataFrame.
|
| Selection |
Ported from joinery
|
| Selection.DropNaPredicate<V> |
|
| Series |
|
| SeriesGroupBy |
|
| SortDirection |
|
| Sorting |
|
| SparseBitSet |
A sparse bit set implementation inspired by Drs.
|
| StringIndex |
|
| TimeFunction<I,O> |
A function that converts DateTime value to String
|
| TimeFunctions |
|
| TimeFunctions.DayOfWeek<I,O> |
|
| TimeFunctions.HourOfDay<I,O> |
|
| TimeFunctions.MonthOfYear<I,O> |
|
| TimeFunctions.SeasonOfYear<I,O> |
|
| Transforms |
|
| Transforms.CumulativeFunction<I,O> |
|
| Transforms.CumulativeMax<V> |
|
| Transforms.CumulativeMin<V> |
|
| Transforms.CumulativeProduct<V> |
|
| Transforms.CumulativeSum<V> |
|
| Views |
Ported from joinery
|
| Views.DataFrameListView<V> |
|
| Views.DataFrameMapView<V> |
|
| Views.FillNaFunction<V> |
|
| Views.FlatView<V> |
|
| Views.ListView<V> |
|
| Views.MapView<V> |
|
| Views.SeriesListView<V> |
|
| Views.TransformedSeriesView<V,U> |
|
| Views.TransformedView<V,U> |
|
| WindowFunction |
|