Click or drag to resize
F# Frame extensionsStaticK, R Method (SeriesK, R)
Creates a data frame from a series containing any .NET objects. The method uses reflection over the specified type parameter `'T` and turns its properties to columns. [category:Frame construction]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static Frame<K, string> Static<K, R>(
	Series<K, R> series
)

Parameters

series
Type: DeedleSeriesK, R

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

Type Parameters

K
R

Return Value

Type: FrameK, String

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

See Also