Documentation
¶
Index ¶
- func Tumble(interval int) func(dt interface{ ... }) []interface{}
- type DataFrame
- func (t *DataFrame) Avg(code string) float64
- func (t *DataFrame) Filter(code string) *DataFrame
- func (t *DataFrame) Flatten(code string) map[interface{}]interface{}
- func (t *DataFrame) GroupBy(code string) map[interface{}]*DataFrame
- func (t *DataFrame) Map(fn interface{}) *DataFrame
- func (t *DataFrame) Reduce(fn func(a, b interface{}) interface{}) interface{}
- func (t *DataFrame) Sum(code string) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.