Click or drag to resize
FrameData Class
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) [category:Core frame and series types]
Inheritance Hierarchy
SystemObject
  DeedleFrameData

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[SerializableAttribute]
public sealed class FrameData : IEquatable<FrameData>, 
	IStructuralEquatable

The FrameData type exposes the following members.

Constructors
  NameDescription
Public methodFrameData
Initializes a new instance of the FrameData class
Top
Properties
  NameDescription
Public propertyColumnKeys
A sequence of keys for all column. Individual key is an array which contains multiple values for hierarchical indices
Public propertyColumns
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.
Public propertyRowKeys
A sequence of keys for all rows. Individual key is an array which contains multiple values for hierarchical indices
Top
Methods
See Also