Skip to content

Latest commit

 

History

History

agg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

agg

Docs: GoDoc

This package provides aggregation functions operating on IndexView indexed views of etable.Table data, along with standard AggFunc functions that can be used at any level of aggregation from etensor on up.

The main functions use names to specify columns, and *Index and *Try versions are available that operate on column indexes and return errors, respectively.

See the tsragg package for functions that operate directly on a etensor.Tensor without the index view indirection.