No project description provided
Project description
python-hddb
A Python client for Datasketch and MotherDuck.
Installation
pip install python-hddb
Usage
from python_hddb import HdDB
db_client = HdDB()
df = pd.DataFrame(
data={"username": ["ddazal", "lcalderon", "pipeleon"], "age": [30, 28, 29]}
)
db_client.create_database(org, db, dataframes=[df], names=["users"])
Execute Test
pytest test/ -v -s --cache-clear
pytest test/test_{test to execute} -v -s --cache-clear
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python_hddb-1.5.2.tar.gz
(11.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_hddb-1.5.2.tar.gz.
File metadata
- Download URL: python_hddb-1.5.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df47ba356c452a25ba229353fc2818163ae0be2991395e8cc60095a38d123de5
|
|
| MD5 |
b7da42d1db281c715d2a6b53f29bc7b5
|
|
| BLAKE2b-256 |
82bab222663a90fa8fb032060f819b194414c73e580025acbb8a8377c35e1f58
|
File details
Details for the file python_hddb-1.5.2-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.5.2-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fa3ae10cc18cd5f130ceebfb6371d90b37d7fbf892987a6bf0dfe6d96e3472a
|
|
| MD5 |
c5c8fffedc8a85e01425cf4d744ca09e
|
|
| BLAKE2b-256 |
2e34f9ed41947d5a164d6c23b59d56ed4e08f4ef9c54c34285d07ef0773bd004
|