Versions in this module Expand all Collapse all v0 v0.0.1 Mar 30, 2020 Changes in this version + type IDataBook interface + AddSheet func() + Export func() + Load func() + Size func() + Wipe func() + type IDataset interface + Append func(row Row, tags ...string) + AppendCol func(header string, data ...interface{}) + Col func(index string) []interface{} + Dict func() interface{} + Export func(format string) ([]byte, error) + Extend func(rows []Row, tags ...string) + Filter func(tag string) IDataset + Height func() + Insert func(index int64, row interface{}, tag ...string) + InsertCol func(index string, col, header interface{}) + LPop func() + LPush func() + LPushCol func() + Load func() + Map func(func(row *Row)) + Pop func() + RPop func() + RPush func() + RPushCol func() + RemoveDuplicates func() + Sort func() + Stack func() + StackCols func() + Subset func() + Transpose func() + Width func() + Wipe func() + type IFormat struct + type Row struct + Value []interface{} + type Rows struct