Click or drag to resize
FrameModuleGetNumericColumnsR, C Method
Returns a series of columns of the data frame indexed by the column keys, which contains those series whose values are convertible to float, 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<C, Series<R, double>> GetNumericColumns<R, C>(
	Frame<R, C> frame
)

Parameters

frame
Type: DeedleFrameR, C

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

Type Parameters

R
C

Return Value

Type: SeriesC, SeriesR, Double

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

See Also