Click or drag to resize
FrameDataColumns Property
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.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public IEnumerable<Tuple<Type, IVector<Object>>> Columns { get; }

Property Value

Type: IEnumerableTupleType, IVectorObject

[Missing <value> documentation for "P:Deedle.FrameData.Columns"]

See Also