Header menu logo Deedle

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

ColumnKeys

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

Field type: obj[] seq

Columns

Full Usage: Columns

Field type: (Type * IVector<obj>) seq

Represents the data of the frame as a sequence of columns containing type and array with column values. `OptionalValue.Missing` is used to represent missing data.

Field type: (Type * IVector<obj>) seq

RowKeys

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

Field type: obj[] seq

Type something to start searching.