Toggle light / dark theme

An Overview of Python’s Datatable package

Posted in information science, robotics/AI

Modern machine learning applications need to process a humongous amount of data and generate multiple features. Python’s datatable module was created to address this issue. It is a toolkit for performing big data (up to 100GB) operations on a single-node machine, at the maximum possible speed.

Leave a Reply