daft 0.7.21


pip install daft

  Latest version

Released: Jul 17, 2026


Meta
Author: Eventual Inc
Maintainer: Sammy Sidhu, Jay Chia
Requires Python: >=3.10

Classifiers

Daft dataframes can load any data such as PDF documents, images, protobufs, csv, parquet and audio files into a table dataframe structure for easy querying

GitHub Actions tests PyPI latest tag Coverage slack community

WebsiteDocsInstallationDaft QuickstartCommunity and Support

Daft: High-Performance Data Engine for AI and Multimodal Workloads

Eventual-Inc/Daft | Trendshift

Daft is a high-performance data engine for AI and multimodal workloads. Process images, audio, video, and structured data at any scale.

  • Native multimodal processing: Process images, audio, video, and embeddings alongside structured data in a single framework

  • Built-in AI operations: Run LLM prompts, generate embeddings, and classify data at scale using OpenAI, Transformers, or custom models

  • Python-native, Rust-powered: Skip the JVM complexity with Python at its core and Rust under the hood for blazing performance

  • Seamless scaling: Start local, scale to distributed clusters on Ray, Kubernetes

  • Universal connectivity: Access data anywhere (S3, GCS, Iceberg, Delta Lake, Hugging Face, Unity Catalog)

  • Out-of-box reliability: Intelligent memory management and sensible defaults eliminate configuration headaches

Getting Started

Installation

Install Daft with pip install daft. Requires Python 3.10 or higher.

For more advanced installations (e.g. installing from source or with extra dependencies such as Ray and AWS utilities), please see our Installation Guide

Quickstart

Get started in minutes with our Quickstart - load a real-world e-commerce dataset, process product images, and run AI inference at scale.

More Resources

  • Examples - see Daft in action with use cases across text, images, audio, and more

  • User Guide - take a deep-dive into each topic within Daft

  • API Reference - API reference for public classes/functions of Daft

Benchmarks

AI Benchmarks

To see the full benchmarks, detailed setup, and logs, check out our benchmarking page.

Contributing

We ❤️ developers! To start contributing to Daft, please read CONTRIBUTING.md. This document describes the development lifecycle and toolchain for working on Daft. It also details how to add new functionality to the core engine and expose it through a Python API.

Here’s a list of good first issues to get yourself warmed up with Daft. Comment in the issue to pick it up, and feel free to ask any questions!

Telemetry

To help improve Daft, we collect non-identifiable data via Scarf (https://scarf.sh).

To disable this behavior, set the environment variable DO_NOT_TRACK=true.

The data that we collect is:

  1. Non-identifiable: No session IDs or user identifiers are collected

  2. Metadata-only: We do not collect any of our users’ proprietary code or data

  3. For development only: We do not buy or sell any user data

Please see our documentation for more details.

https://static.scarf.sh/a.png?x-pxid=31f8d5ba-7e09-4d75-8895-5252bbf06cf6

License

Daft has an Apache 2.0 license - please see the LICENSE file.

0.7.21 Jul 17, 2026
0.7.20 Jul 15, 2026
0.7.19 Jul 10, 2026
0.7.18 Jul 09, 2026
0.7.17 Jul 06, 2026
0.7.16 Jun 26, 2026
0.7.15 Jun 07, 2026
0.7.14 May 20, 2026
0.7.13 May 15, 2026
0.7.12 May 13, 2026
0.7.11 May 12, 2026
0.7.10 May 01, 2026
0.7.9 Apr 14, 2026
0.7.8 Apr 08, 2026
0.7.7 Apr 02, 2026
0.7.6 Mar 31, 2026
0.7.5 Mar 17, 2026
0.7.4 Feb 26, 2026
0.7.3 Feb 13, 2026
0.7.2 Jan 16, 2026
0.7.1 Dec 19, 2025
0.7.0 Dec 16, 2025
0.6.14 Nov 17, 2025
0.6.13 Nov 13, 2025
0.6.12 Nov 10, 2025
0.6.11 Nov 07, 2025
0.6.10 Nov 05, 2025
0.6.8 Oct 30, 2025
0.6.7 Oct 20, 2025
0.6.6 Oct 14, 2025
0.6.5 Oct 06, 2025
0.6.4 Oct 01, 2025
0.6.3 Sep 25, 2025
0.6.2 Sep 19, 2025
0.6.1 Sep 10, 2025
0.6.0 Sep 04, 2025
0.5.22 Aug 28, 2025
0.5.21 Aug 21, 2025
0.5.20 Aug 20, 2025
0.5.19 Aug 15, 2025
0.5.18 Aug 08, 2025
0.5.17 Aug 05, 2025
0.5.16 Aug 02, 2025
0.5.15 Aug 01, 2025
0.5.14 Jul 29, 2025
0.5.13 Jul 28, 2025
0.5.12 Jul 23, 2025
0.5.11 Jul 18, 2025
0.5.10 Jul 14, 2025
0.5.9 Jul 10, 2025
0.5.8 Jul 03, 2025
0.5.7 Jul 01, 2025
0.5.6 Jun 24, 2025
0.5.5 Jun 19, 2025
0.5.4 Jun 14, 2025
0.5.3 Jun 05, 2025
0.5.2 Jun 03, 2025
0.5.1 Jun 02, 2025
0.5.0 May 31, 2025
0.4.18 May 29, 2025
0.4.17 May 28, 2025
0.4.16 May 22, 2025
0.4.15 May 15, 2025
0.4.14 May 07, 2025
0.4.13 May 02, 2025
0.4.12 Apr 30, 2025
0.4.11 Apr 22, 2025
0.4.10 Apr 10, 2025
0.1.3 Feb 18, 2025
0.1.2 Mar 17, 2021
0.1.0 Sep 16, 2019
0.0.4 Mar 14, 2016
0.0.3 Oct 04, 2012
0.0.2 Sep 28, 2012
0.0.1 Sep 22, 2012
Extras:
Dependencies:
pyarrow (<25.0.0,>=16.0.0)
fsspec (<2026.5.0)
tqdm (<4.68.0)
typing-extensions (>=4.0.0)
packaging