data.table is an R package that extends base R’s data.frame for high-performance data manipulation. It offers concise syntax, blazing speed, and memory-efficient operations. It supports fast file reading/writing, joins, grouping, reshaping, and updates by reference. It is heavily used in large data workflows, big data in R, production pipelines, etc. Extremely efficient grouping/aggregation/summarization; can handle very large datasets (hundreds of millions to billions of rows) in memory (if available). Relies only on base R; maintained API, active community; good memory efficiency. Non-equi joins, overlapping range joins, ordered joins, joining with aggregations, etc.

Features

  • Very fast I/O: fread() for reading delimited files, fwrite() for writing them efficiently
  • Extremely efficient grouping / aggregation / summarization; can handle very large datasets (hundreds of millions to billions of rows) in memory (if available)
  • Fast / flexible joins: non-equi joins, overlapping range joins, ordered joins, joining with aggregations etc.
  • In-place (by reference) column creation, updates, deletions to avoid copying large datasets
  • Reshaping capabilities: melt / dcast (long ↔ wide), etc.
  • Minimal dependencies: relies only on base R; maintained API, active community; good memory efficiency

Project Samples

Project Activity

See All Activity >

Categories

Package Managers

License

Mozilla Public License 1.0 (MPL)

Follow data.table

data.table Web Site

Other Useful Business Software
Forever Free Full-Stack Observability | Grafana Cloud Icon
Forever Free Full-Stack Observability | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of data.table!

Additional Project Details

Operating Systems

Linux, Mac, Windows

Programming Language

R

Related Categories

R Package Managers

Registered

2025-09-12