Delta Sharing
Delta Sharing is an open protocol for secure real-time exchange of large datasets, which enables secure data sharing across different computing platforms. It lets organizations share access to existing Delta Lake and Apache Parquet tables with other organizations, who can then directly read the table in Pandas, Apache Spark, or any other software that implements the open protocol.
This is the Python client library for Delta Sharing, which lets you load shared tables as pandas DataFrames or as Apache Spark DataFrames if running in PySpark with the Apache Spark Connector library.
Installation and Usage
- Install using
pip install delta-sharing. a. On some environments, you may also need to install Rust. This is because thedelta-sharingpackage depends on thedelta-kernel-rust-sharing-wrapperpackage, which does not have a pre-built Python wheel for all environments. As a result, pip will have to builddelta-kernel-rust-sharing-wrapperfrom source. - To use the Python Connector, see the project docs for details.
Documentation
This README only contains basic information about the Delta Sharing Python Connector. Please read the project documentation for full usage details.
Release files for delta-sharing 1.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| delta_sharing-1.4.2.tar.gz | 27.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| delta_sharing-1.4.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:59.1 kB
Release files / delta_sharing-1.4.2.tar.gz
| Download URL | delta_sharing-1.4.2.tar.gz |
|---|---|
| Size | 27.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4e8d248a547d997ed5c18a92d84ffd361e4dbad47a786fbc0333729a785b8abe
|
|
BLAKE2b-256 checksum How to use checksums |
4dc24a8cf337118dcdcce2a5398ec8648681d80f067c7c0d59512d9ded2cb5fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / delta_sharing-1.4.2-py3-none-any.whl
| Download URL | delta_sharing-1.4.2-py3-none-any.whl |
|---|---|
| Size | 31.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6797d71d9f59236db6a38e3cb64e31f695a1a2f8059aceb9929c147155b4827a
|
|
BLAKE2b-256 checksum How to use checksums |
ebf1c32fc9c99bfcfdcdc165eaf99543c3a923db1de5bc4171f669fc39b3ab96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|