delta-spark 4.0.0


pip install delta-spark

  Latest version

Released: Jun 06, 2025


Meta
Author: The Delta Lake Project Authors
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Operating System
  • OS Independent

Topic
  • Software Development :: Libraries :: Python Modules

Programming Language
  • Python :: 3

Typing
  • Typed

Delta Lake

Delta Lake is an open source storage layer that brings reliability to data lakes. Delta Lake provides ACID transactions, scalable metadata handling, and unifies streaming and batch data processing. Delta Lake runs on top of your existing data lake and is fully compatible with Apache Spark APIs.

This PyPi package contains the Python APIs for using Delta Lake with Apache Spark.

Installation and usage

  1. Install using pip install delta-spark
  2. To use the Delta Lake with Apache Spark, you have to set additional configurations when creating the SparkSession. See the online project web page for details.

Documentation

This README file only contains basic information related to pip installed Delta Lake. You can find the full documentation on the project web page

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
pyspark (>=4.0.0)
importlib-metadata (>=1.0.0)