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

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

Parameters

cols
Type: DeedleSeriesTColKey, ObjectSeriesTRowKey

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

Type Parameters

TColKey
TRowKey

Return Value

Type: FrameTRowKey, TColKey

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

See Also