Preparing search index...
The search index is not available
nodejs-polars
nodejs-polars
pl
readIPCStream
Function readIPCStream
readIPCStream
(
pathOrBody
,
options
?
)
:
pl
.
DataFrame
Read into a DataFrame from Arrow IPC stream.
Parameters
pathOrBody
:
string
|
Buffer
path or buffer or string
path: Path to a file or a file like string. Any valid filepath can be used. Example:
file.ipc
.
body: String or buffer to be read as Arrow IPC
Optional
options
:
Partial
<
ReadIPCOptions
>
Returns
pl
.
DataFrame
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
nodejs-polars
Loading...
Read into a DataFrame from Arrow IPC stream.