datatable

Python library for fast multi-threaded data manipulation and munging.

Mozilla Public License v2.0 15 个版本 Python >=3.6
Pasha Stetsenko <pasha.stetsenko@h2o.ai>
安装
pip install datatable
poetry add datatable
pipenv install datatable
conda install datatable
描述

This is a Python package for manipulating 2-dimensional tabular data structures (aka data frames). It is close in spirit to pandas or SFrame; however we put specific emphasis on speed and big data support. As the name suggests, the package is closely related to R's data.table and attempts to mimic its core algorithms and API.

See https://github.com/h2oai/datatable for more details.