FrameData Type
Represents the underlying (raw) data of the frame in a format that can be used for exporting data frame to other formats etc. (DataTable, CSV, Excel)
Record fields
| Record Field |
Description
|
Full Usage:
ColumnKeys
Field type: obj[] seq
|
A sequence of keys for all column. Individual key is an array which contains multiple values for hierarchical indices
|
Full Usage:
RowKeys
Field type: obj[] seq
|
A sequence of keys for all rows. Individual key is an array which contains multiple values for hierarchical indices
|
Deedle