Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DL = dl{}
Use `DL.From` to create a new DataList from a slice or multiple elements of any type.
View Source
var DT = dt{}
Use `DT.From` to create a new DataTable from a DataList, DL, Row, Col, []Row, []Col, CSV, JSON, map[string]any, or map[int]any.
Functions ¶
Types ¶
type CSV ¶
type CSV struct {
FilePath string
InputOpts CSV_inOpts
OutputOpts CSV_outOpts
}
type CSV_inOpts ¶
type CSV_outOpts ¶
type Col ¶
DL is a type alias for map[any]any. It is used to represent a column in a DataTable. Every key in the map represents a row Index.
Click to show internal directories.
Click to hide internal directories.