Click or drag to resize
FrameModuleRowsR, C Method
Returns the rows of the data frame as a series (indexed by the row keys of the source frame) containing untyped series representing individual row of the frame. [category:Accessing frame data and lookup]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static RowSeries<R, C> Rows<R, C>(
	Frame<R, C> frame
)

Parameters

frame
Type: DeedleFrameR, C

[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.Rows``2(Deedle.Frame{``0,``1})"]

Type Parameters

R
C

Return Value

Type: RowSeriesR, C

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

See Also