Function readIPC

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


    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