Documentation ¶
Index ¶
- func Filter[T any](d *ds.Dataset, col string, filter FilterFunc[T])
- func Group[T Number](d *ds.Dataset, gByCol []string, gDataCol string, reducer ReduceFunc[T])
- func Map[T any](ds *ds.Dataset, col string, mapper MapFunc[T])
- func Reduce[T Number](ds ds.Dataset, col string, acc T, reducer ReduceFunc[T]) T
- type FilterFunc
- type MapFunc
- type Mapper
- type Number
- type ReduceFunc
- type Reducer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterFunc ¶
type Number ¶
type Number interface { constraints.Integer | constraints.Float }
type ReduceFunc ¶
type ReduceFunc[T Number] func(*T, T)
Click to show internal directories.
Click to hide internal directories.