dnumeric v0.5.2 (2018-09-11T12:28:28Z)
Dub
Repo
DataFrame
dnum
csv
DataFrame - readcsv or writecsv structure
struct
DataFrame {
Header
header
;
Tensor
data
;
this
(Header h, Tensor t);
this
(Tensor t);
}
Constructors
this
this
(Header h, Tensor t)
Undocumented in source.
this
this
(Tensor t)
Undocumented in source.
Members
Variables
data
Tensor
data
;
Undocumented in source.
header
Header
header
;
Undocumented in source.
Meta
Source
See Implementation
dnum
csv
aliases
Header
functions
readcsv
writecsv
structs
DataFrame
DataFrame - readcsv or writecsv structure