Click or drag to resize
F# Frame extensionsStatice, K, V Method (IEnumerablee)
Creates a frame with ordinal Integer index from a sequence of rows. The column indices of individual rows are unioned, so if a row has fewer columns, it will be successfully added, but there will be missing values. [category:Frame construction]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<int, K> Static<e, K, V>(
	IEnumerable<e> rows
)
where e : Series<K, V>

Parameters

rows
Type: System.Collections.GenericIEnumerablee

[Missing <param name="rows"/> documentation for "M:Deedle.F# Frame extensions.Frame.ofRowsOrdinal.Static``3(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

e
K
V

Return Value

Type: FrameInt32, K

[Missing <returns> documentation for "M:Deedle.F# Frame extensions.Frame.ofRowsOrdinal.Static``3(System.Collections.Generic.IEnumerable{``0})"]

See Also