在使用 arrow::py::import_pyarrow() 前,需要先初始化 Python 解释器。
示例代码如下:
Py_Initialize(); // 初始化 Python 解释器
arrow::py::import_pyarrow();
下一篇:arrow::read_delim_arrow()causingRsessionabortedwhenreadingLargedataset(21GB)csvfilein16gbRAMsystem