ArrowFrame Type
Static factory methods for reading Arrow / Feather files, accessible from C# as
ArrowFrame.ReadArrow(path) etc.
Static members
| Static member |
Description
|
|
|
|
|
Full Usage:
ArrowFrame.ReadArrowWithIndex(path)
Parameters:
string
Returns: Frame<string, string>
|
Read an Arrow IPC file written with
|
|
|
Full Usage:
ArrowFrame.ReadFeatherWithIndex(path)
Parameters:
string
Returns: Frame<string, string>
|
Read a Feather v2 file written with
|
Deedle