Does Python's datatable package support out-of-memory datasets?

ぐ巨炮叔叔 提交于 2019-12-11 15:56:12

问题


datatable is a relatively fresh high performance DataFrame/data.table alternative for Python. The datatable documentation states:

It focuses on: big data support, high performance, both in-memory and out-of-memory datasets, and multi-threaded algorithms.

Still, haven't found operations related to caching or keeping a part of the data out-of-memory. In what sense does it support out-of-memory datasets?

来源:https://stackoverflow.com/questions/56572117/does-pythons-datatable-package-support-out-of-memory-datasets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!