Click or drag to resize
FrameModuleGetRowsR, C, T Method
Returns a series of rows of the data frame indexed by the row keys, which contains those rows whose values are convertible to 'T, and with missing values where the conversion fails. [category:Accessing frame data and lookup]

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

Parameters

frame
Type: DeedleFrameR, C

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

Type Parameters

R
C
T

Return Value

Type: SeriesR, SeriesC, T

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

See Also