data

package
v0.0.0-...-f21c969 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Set

type Set interface {
	Row(int) []gotypes.Value

	Header() []string
	ColumnTypes() []gotypes.Type

	Rows() int
	Columns() int
}

Set is the interface for a tabular set of data

func LoadCSV

func LoadCSV(input io.Reader, header bool) (r Set, err error)

LoadCSV will load a data set from a CSV source

Jump to

Keyboard shortcuts

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