FrameBuilder
Namespace: Deedle
Type that can be used for creating frames using the C# collection initializer syntax.
You can use new FrameBuilder.Columns<...>
to create a new frame from columns or you
can use new FrameBuilder.Rows<...>
to create a new frame from rows.
Example
The following creates a new frame with columns Foo
and Bar
:
1: 2: 3: 4: 5: |
|
Multiple items
val int : value:'T -> int (requires member op_Explicit)
--------------------
type int = int32
--------------------
type int<'Measure> = int
val int : value:'T -> int (requires member op_Explicit)
--------------------
type int = int32
--------------------
type int<'Measure> = int
Multiple items
val string : value:'T -> string
--------------------
type string = System.String
val string : value:'T -> string
--------------------
type string = System.String
Nested types and modules
Type | Description |
Columns<'R, 'C> | |
Rows<'R, 'C> |