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.4.tar.gz
(11.6 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.4.tar.gz.
File metadata
- Download URL: python_hddb-1.5.4.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d990b4481ef812328bc94b97ab38d84d9c55e1ecdc784e88fa743880d16686e9
|
|
| MD5 |
86a7d93596814b113ac0424c804ab042
|
|
| BLAKE2b-256 |
a0a4f5c913cb8eb2085537f810f1e0a32ef3cdb3babd3d11b53dab5b1379cbcb
|
File details
Details for the file python_hddb-1.5.4-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.5.4-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e03881051a50b3d1c43507d772203bd04fda228742a004bf27f8e303caa292
|
|
| MD5 |
34ff58206df0b0a034832d9779e364b3
|
|
| BLAKE2b-256 |
4a62dbbca6c07700fa93baaccc7415d9829962002bb1fc170f00dc35bf6af7f5
|