Python APIs for using Delta Lake with Apache Spark
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.
pip install delta-spark
This README file only contains basic information related to pip installed Delta Lake. You can find the full documentation on the project web page