Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotDataFrame = errors.New("CSV output requires uniform records but multiple types encountered (consider 'fuse')")
Functions ¶
This section is empty.
Types ¶
type ReaderOpts ¶ added in v1.5.0
type ReaderOpts struct {
Delim rune
}
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func NewWriter ¶
func NewWriter(w io.WriteCloser, opts WriterOpts) *Writer
type WriterOpts ¶
type WriterOpts struct {
Delim rune
}
Click to show internal directories.
Click to hide internal directories.