deltalake

Package — Data EngineeringPython 3.7+Advanced

Native Delta Lake reader/writer for Python (no Spark needed)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pyarrow (Rust binary)
Install
pip install deltalake

Learn by Difficulty

Quick Example

python
# Install: pip install deltalake
import deltalake

# Basic deltalake usage
print(f"Using deltalake")
# See documentation for detailed examples

deltalake is a third-party package. Native Delta Lake reader/writer for Python (no Spark needed). Install with: pip install deltalake

Try in Playground

Tags

packagedata-engineeringetlpipeline