Click or drag to resize
FrameFromColumnsTColKey, TRowKey, V Method (SeriesTColKey, SeriesTRowKey, V)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<TRowKey, TColKey> FromColumns<TColKey, TRowKey, V>(
	Series<TColKey, Series<TRowKey, V>> cols
)

Parameters

cols
Type: DeedleSeriesTColKey, SeriesTRowKey, V

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

Type Parameters

TColKey
TRowKey
V

Return Value

Type: FrameTRowKey, TColKey

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

See Also