Documentation ¶
Index ¶
- func Addslice(two *[][]string, one []string)
- type Cn2func
- type Cnfunc
- type Gl2func
- type Glfunc
- type Table
- func (t *Table) Calculation2DInt(column1, column2 string, function Gl2func, decimals int)
- func (t *Table) CalculationInt(columnname string, function Glfunc, decimals int)
- func (t Table) Conditional2DInt(column1, column2 string, function Cn2func, decimals int) [][]string
- func (t Table) Conditional2DText(column1, column2 string, function Txt2func) [][]string
- func (t Table) ConditionalInt(columnname string, function Cnfunc, decimals int) [][]string
- func (t Table) Count(column string) [][]string
- func (t Table) DateToDays(column, parse string, delta float64)
- func (t Table) Describe(column string)
- func (t Table) Focusdata(column1, column2 string)
- func (t Table) Grab() [][]string
- func (t Table) Grabdata(identifiercolumn string) (names []string, data [][]float64)
- func (t Table) Grabdatatest() (data [][]float64)
- func (t Table) Join(t2 Table, tcolumn, t2column string) [][]string
- func (t *Table) Normalize()
- func (t Table) Order(column string, order bool)
- func (t Table) Plot(column string)
- func (t Table) Regex(column, regexquery string, boolean bool) [][]string
- func (t *Table) RegexReplace(column, regexquery, oldstring, newstring string)
- func (t Table) Row(column string, rownumber int) [][]string
- func (t Table) Sum(column string) [][]string
- func (t *Table) Unpivot(maincolumn string) [][]string
- type Txt2func
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Table ¶
Table is a struct containing the name, columns and rows of a table.
func (*Table) Calculation2DInt ¶
func (*Table) CalculationInt ¶
func (Table) Conditional2DInt ¶
func (Table) Conditional2DText ¶
func (Table) ConditionalInt ¶
func (Table) DateToDays ¶
func (Table) Grabdatatest ¶
func (*Table) RegexReplace ¶
Click to show internal directories.
Click to hide internal directories.