Click or drag to resize
F# Frame extensionsStaticC, b, R Method (SeriesC, b)
Creates a frame from a series that maps column keys to a nested series containing values for each column. [category:Frame construction]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<R, C> Static<C, b, R>(
	Series<C, b> cols
)
where b : Object, ISeries<R>

Parameters

cols
Type: DeedleSeriesC, b

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

Type Parameters

C
b
R

Return Value

Type: FrameR, C

[Missing <returns> documentation for "M:Deedle.F# Frame extensions.Frame.ofColumns.Static``3(Deedle.Series{``0,``1})"]

See Also