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.6.1.tar.gz
(11.7 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.6.1.tar.gz.
File metadata
- Download URL: python_hddb-1.6.1.tar.gz
- Upload date:
- Size: 11.7 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 |
0b3a3cf3a3e01348d22bb67d1fa4a8e7d18c24182b02e3ed5d3f242e709921b4
|
|
| MD5 |
05fa15dd5411edf5083131182ce98d49
|
|
| BLAKE2b-256 |
171daff610700ac8bf6a4eb05e49db3d495b3b03ea1ba10cf9cf12ce7b549e61
|
File details
Details for the file python_hddb-1.6.1-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.6.1-py3-none-any.whl
- Upload date:
- Size: 12.9 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 |
b3a5b077d5294b7249e036e64416d7edd652e45ba8a0105167c8dde7226ce1f2
|
|
| MD5 |
dbc25dac7aae945633c79f1365188c1e
|
|
| BLAKE2b-256 |
afea77aca26f93f36da6bc718e26b6ad40180825594a424ab9e6d8b47e49b1b8
|