csv

package
v0.0.0-...-56f180a Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader struct {
	Drop             int
	Cut              int
	Head             int
	Sep              string
	Comma            rune
	Comment          rune
	FieldsPerRecord  int
	LazyQuotes       bool
	TrimLeadingSpace bool
	ReuseRecord      bool
	Transformer      transform.Transformer
}

Loader is the CSV loader.

func (Loader) LoadFile

func (a Loader) LoadFile(name string) (data.Frame, error)

LoadFile loads a CSV file.

func (Loader) LoadReader

func (a Loader) LoadReader(r io.Reader) (f data.Frame, err error)

LoadReader loads a CSV reader.

Jump to

Keyboard shortcuts

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