FrameArrowExtensions Type
C# extension methods on Frame<'R, string> for Arrow and Feather I/O.
Static members
| Static member |
Description
|
Full Usage:
FrameArrowExtensions.ToRecordBatch(frame)
Parameters:
Frame<'R, 'C>
Returns: RecordBatch
Type parameters: 'R, 'C (requires equality and equality) |
|
Full Usage:
FrameArrowExtensions.WriteArrow(frame, path)
Parameters:
Frame<'R, string>
path : string
Type parameters: 'R (requires equality) |
Write this frame to an Arrow IPC file (
|
|
|
Full Usage:
FrameArrowExtensions.WriteArrowWithIndex(frame, path)
Parameters:
Frame<'R, string>
path : string
Type parameters: 'R (requires equality) |
Write this frame to an Arrow IPC file, preserving row keys in
an
|
Full Usage:
FrameArrowExtensions.WriteFeather(frame, path)
Parameters:
Frame<'R, string>
path : string
Type parameters: 'R (requires equality) |
Write this frame to a Feather v2 file (
|
Full Usage:
FrameArrowExtensions.WriteFeatherWithIndex(frame, path)
Parameters:
Frame<'R, string>
path : string
Type parameters: 'R (requires equality) |
Write this frame to a Feather v2 file, preserving row keys in
an
|
Deedle