Documentation
¶
Index ¶
- type Dumper
- func (a *Dumper) Col(o int) *Dumper
- func (a *Dumper) DumpBook(frame *dt.Frame, book *xlsx.Book, sheet string) error
- func (a *Dumper) DumpFile(frame *dt.Frame, name string, sheet string) error
- func (a *Dumper) DumpSheet(frame *dt.Frame, sheet *xlsx.Sheet) error
- func (a *Dumper) DumpWriter(frame *dt.Frame, w io.Writer, name string, sheet string) error
- func (a *Dumper) DumpZip(frame *dt.Frame, zw *zip.Writer, name string, sheet string) error
- func (a *Dumper) Headless(o bool) *Dumper
- func (a *Dumper) Row(o int) *Dumper
- type Loader
- func (a *Loader) Col(o int) *Loader
- func (a *Loader) Head(o int) *Loader
- func (a *Loader) Index(o bool) *Loader
- func (a *Loader) LoadBook(book *xlsx.Book, sheet string) (*dt.Frame, error)
- func (a *Loader) LoadFile(name string, sheet string) (*dt.Frame, error)
- func (a *Loader) LoadReader(r io.Reader, sheet string) (*dt.Frame, error)
- func (a *Loader) LoadSheet(sheet *xlsx.Sheet) (*dt.Frame, error)
- func (a *Loader) LoadZip(zr *zip.Reader, sheet string) (*dt.Frame, error)
- func (a *Loader) Row(o int) *Loader
- func (a *Loader) Separator(o string) *Loader
- func (a *Loader) Tail(o int) *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 writer.
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader represents a csv loader.
func (*Loader) LoadReader ¶
LoadReader loads a frame from the io.Reader.
Click to show internal directories.
Click to hide internal directories.