| FrameModuleTryValuesR, C Method |
Given a data frame containing columns of type `tryval<'T>`, returns a new data frame
that contains the underlying values of type `'T`. When the frame contains one or more
failures, the operation throws `AggregateException`. Otherwise, it returns a frame containing values.
[category:Processing frames with exceptions]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public static Frame<R, C> TryValues<R, C>(
Frame<R, C> frame
)
Parameters
- frame
- Type: DeedleFrameR, C
[Missing <param name="frame"/> documentation for "M:Deedle.FrameModule.TryValues``2(Deedle.Frame{``0,``1})"]
Type Parameters
- R
- C
Return Value
Type:
FrameR,
C[Missing <returns> documentation for "M:Deedle.FrameModule.TryValues``2(Deedle.Frame{``0,``1})"]
See Also