data.table VS rust-dataframe

Compare data.table vs rust-dataframe and see what are their differences.

data.table

R's data.table package extends data.frame: (by Rdatatable)

rust-dataframe

A Rust DataFrame implementation, built on Apache Arrow (by nevi-me)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
data.table rust-dataframe
16 1
3,478 287
0.8% -
9.6 0.8
1 day ago over 3 years ago
R Rust
Mozilla Public License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

data.table

Posts with mentions or reviews of data.table. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-21.

rust-dataframe

Posts with mentions or reviews of rust-dataframe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-13.
  • I wrote one of the fastest DataFrame libraries
    6 projects | news.ycombinator.com | 13 Mar 2021
    >Rust DataFrame implementation, built on Apache Arrow

    https://github.com/nevi-me/rust-dataframe

    A bit less mature/feature-complete than polars last time I looked. Does not seem to do anything with on-disk spillover from what I can see. But if you wanted to use Arrow to do that, nevi-me's crate may be a good place to start.

What are some alternatives?

When comparing data.table and rust-dataframe you can also consider the following projects:

vaex - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second ๐Ÿš€

siuba - Python library for using dplyr like syntax with pandas and SQL

polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust

TypedTables.jl - Simple, fast, column-based storage for data analysis in Julia

gsir-te - Getting Started in R -- Tinyverse Edition

ballista - Distributed compute platform implemented in Rust, and powered by Apache Arrow.

lance - Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, with more integrations coming..

db-benchmark - reproducible benchmark of database-like ops