--- sd_hide_title: true --- # Overview ```{rubric} hydro - Delta Lake tooling ``` A Python-based toolkit for making data engineering with Delta Lake easier, more productive, and more fun! ```{button-ref} intro :ref-type: doc :color: primary :class: sd-rounded-pill ``` ```{rubric} API reference ``` [hydro.delta](api/delta.md) [hydro.spark](api/spark.md) ```{rubric} Additional resources ``` [Delta Lake Documentation](https://docs.delta.io/latest/index.html) : For understanding more about the Delta Lake project [Delta Lake Python API](https://docs.delta.io/latest/api/python/index.html) : Delta Lake's Python API documentation [PySpark API Documentation](https://spark.apache.org/docs/latest/api/python/reference/index.html) : PySpark is the official Python bindings for Apache Spark ```{rubric} Acknowledgements ``` Delta Lake is supported by the open community, [Delta Lake](https://delta.io/community/). And Apache Spark is also supported by its open community, [Apache Spark](https://spark.apache.org/community.html) ```{toctree} :hidden: intro.md ``` ```{toctree} :hidden: :caption: Guides guides/deduplication.md # guides/scd.md # guides/insights.md ``` ```{toctree} :hidden: :caption: API Reference api/delta.md api/spark.md ``` [pypi-link]: https://pypi.org/project/spark-hydro/