Click or drag to resize
FrameFromRowsTColKey, TRowKey Method (SeriesTColKey, ObjectSeriesTRowKey)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<TColKey, TRowKey> FromRows<TColKey, TRowKey>(
	Series<TColKey, ObjectSeries<TRowKey>> rows
)

Parameters

rows
Type: DeedleSeriesTColKey, ObjectSeriesTRowKey

[Missing <param name="rows"/> documentation for "M:Deedle.Frame.FromRows``2(Deedle.Series{``0,Deedle.ObjectSeries{``1}})"]

Type Parameters

TColKey
TRowKey

Return Value

Type: FrameTColKey, TRowKey

[Missing <returns> documentation for "M:Deedle.Frame.FromRows``2(Deedle.Series{``0,Deedle.ObjectSeries{``1}})"]

See Also