0

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?

Mark Horvath
  • 1,136
  • 1
  • 9
  • 24
  • 1
    If you have big data , I recommend dask – BENY Jun 13 '19 at 01:09
  • @WeNYoBen, my data first the memory of our servers for now, just curious what different frameworks can offer... I'm looking at dask and modin as well, thanks! – Mark Horvath Jun 13 '19 at 12:21

0 Answers0