Documentation ¶
Index ¶
- type Dumper
- func (a *Dumper) Comma(o rune) *Dumper
- func (a *Dumper) DumpCSV(frame *dt.Frame, cw *csv.Writer) error
- func (a *Dumper) DumpFile(frame *dt.Frame, name string) error
- func (a *Dumper) DumpWriter(frame *dt.Frame, w io.Writer) error
- func (a *Dumper) Transformer(o transform.Transformer) *Dumper
- func (a *Dumper) UseCRLF(o bool) *Dumper
- type Loader
- func (a *Loader) Comma(o rune) *Loader
- func (a *Loader) Comment(o rune) *Loader
- func (a *Loader) Index(o bool) *Loader
- func (a *Loader) LazyQuotes(o bool) *Loader
- func (a *Loader) LoadCSV(cr *csv.Reader) (*dt.Frame, error)
- func (a *Loader) LoadFile(name string) (*dt.Frame, error)
- func (a *Loader) LoadReader(r io.Reader) (*dt.Frame, error)
- func (a *Loader) Transformer(o transform.Transformer) *Loader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
// contains filtered or unexported fields
}
Dumper represents a csv dumper.
func (*Dumper) DumpWriter ¶
DumpWriter dumps the frame to io.Writer.
func (*Dumper) Transformer ¶
func (a *Dumper) Transformer(o transform.Transformer) *Dumper
Transformer sets the transformer option.
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader represents a csv loader.
func (*Loader) LazyQuotes ¶
LazyQuotes sets the lazy quotes option.
func (*Loader) LoadReader ¶
LoadReader loads a frame from io.Reader.
func (*Loader) Transformer ¶
func (a *Loader) Transformer(o transform.Transformer) *Loader
Transformer sets the transformer option.
Click to show internal directories.
Click to hide internal directories.