Function readIPC

  • Read into a DataFrame from Arrow IPC file (Feather v2).


    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
    • Optionaloptions: Partial<ReadIPCOptions>

    Returns pl.DataFrame