abc

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDataBook

type IDataBook interface {
	AddSheet()
	Export()
	Load()
	Size()
	Wipe()
}

type IDataset

type IDataset interface {
	Append(row Row, tags ...string)
	AppendCol(header string, data ...interface{})
	Dict() interface{}
	Export(format string) ([]byte, error)
	Extend(rows []Row, tags ...string)
	Map(func(row *Row))
	Filter(tag string) IDataset
	Col(index string) []interface{}

	Insert(index int64, row interface{}, tag ...string)
	InsertCol(index string, col, header interface{})

	Load()
	LPop()
	LPush()
	LPushCol()
	Pop()
	RemoveDuplicates()
	RPop()
	RPush()
	RPushCol()
	Sort()
	Stack()
	StackCols()
	Subset()
	Transpose()
	Height()
	Width()
	Wipe()
}

type IFormat

type IFormat struct {
}

type Row

type Row struct {
	Value []interface{}
}

type Rows

type Rows struct {
	list.List
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL