daft
Distributed Dataframes for Multimodal Data
What it is and what it does
Daft is a Python-native, Rust-powered distributed dataframe engine designed for AI and multimodal workloads. It processes images, audio, video, and structured data in a single framework, with built-in operations for running LLM prompts, generating embeddings, and classifying data at scale. The engine supports starting locally and scaling to distributed clusters via Ray or Kubernetes, and can access data from S3, GCS, Iceberg, Delta Lake, Hugging Face, and Unity Catalog.
The package depends on pyarrow, fsspec, tqdm, typing-extensions, and packaging. It targets developers working with mixed data types (text, images, audio, video) who need to process them together at scale without JVM overhead. The framework handles memory management and provides sensible defaults to reduce configuration burden.
Use it for:
- Process e-commerce product images alongside structured metadata and run AI inference on them at scale
- Load multimodal datasets from Hugging Face and apply LLM prompts or embeddings to both text and images
- Scale local data processing workflows to distributed Ray clusters without rewriting code
- Combine audio, video, and structured data in a single pipeline for media analysis tasks
- Access and transform data from data lakes (Iceberg, Delta Lake) with native multimodal support
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Daft is a distributed dataframe engine for processing images, audio, video, and structured data at scale, with built-in AI operations and support for multimodal workloads.
Yes, if you need to process multimodal data (images, audio, video, text) at scale with built-in AI operations. The active maintenance, recent releases, and lack of known vulnerabilities are positive signals. Verify the Apache 2.0 license terms match your use case, and confirm that medium install friction (compiled Rust wheels) is acceptable for your deployment environment. Not necessary if you work only with structured data or single-modality inputs.
Install
daft on PyPI
pip
pip install daftuv
uv add daftpoetry
poetry add daftInstalling daft
Before you install
Medium install friction due to compiled Rust components (wheels provided for common platforms). Active maintenance with a recent release (9 days ago) and 5709 repository stars. Requires Python 3.10 or higher.
License in practice
License treatment is unclear in the fact sheet; the description states Apache 2.0, but SPDX and raw license fields are not populated. Verify the actual license terms before adopting in proprietary projects.
Quickstart
pip install daft
import daft
df = daft.from_pydict({"col": [1, 2, 3]})
df.show()
Requires Python 3.10 or higher; compiled wheels available for macOS (x86_64, arm64), Linux (x86_64, aarch64), and Windows (x86_64).
Verify before relying
- Whether Apache 2.0 license is correctly applied given unclear license_treatment in metadata
- Performance benchmarks and scaling characteristics on distributed clusters
- Maturity and stability guarantees for production AI workloads
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 5 — pyarrow, fsspec, tqdm, typing-extensions, packaging |
| Maintenance | actively maintained — 9 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,118,600/month — #4,345 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: daft-0.7.23-cp310-abi3-macosx_10_12_x86_64.whl; daft-0.7.23-cp310-abi3-macosx_11_0_arm64.whl; daft-0.7.23-cp310-abi3-manylinux_2_24_aarch64.whl; daft-0.7.23-cp310-abi3-manylinux_2_24_x86_64.whl; daft-0.7.23-cp310-abi3-win_amd64.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
daskDask is a parallel computing library that…
permissive · top 1,000 on PyPI
encordLow-level Python client for the Encord API,…
permissive · top 15,000 on PyPI
raydpRayDP runs Apache Spark on Ray and integrates…
permissive · top 15,000 on PyPI
getdaftThis package is a deprecated redirect to the…
unclear · top 15,000 on PyPI
modinModin is a drop-in replacement for pandas that…
permissive · top 5,000 on PyPI
datasetsLoads and preprocesses datasets from the…
permissive · top 1,000 on PyPI
fugueFugue provides a unified Python interface to…
permissive · top 5,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
dask-geopandasDask-GeoPandas parallelizes geospatial…
permissive · top 15,000 on PyPI
dask-cudf-cu12Dask cuDF extends Dask DataFrame with a…
permissive · top 15,000 on PyPI