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.5.tar.gz
(12.2 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.5.tar.gz.
File metadata
- Download URL: python_hddb-1.6.5.tar.gz
- Upload date:
- Size: 12.2 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 |
6e1082c39e5ecb37e6a341482451b5ef0313f82ca65edeb6525d463a05cc575a
|
|
| MD5 |
55fb884ebbc3b3dd849de8e2665fe385
|
|
| BLAKE2b-256 |
8b4715f8b3f1ff5b9c2f766532e89a1ad53c3d2902ed2d9524a76a36b40a3502
|
File details
Details for the file python_hddb-1.6.5-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.6.5-py3-none-any.whl
- Upload date:
- Size: 13.4 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 |
a56a1d867427917dea561db2b198e00cfda531862e81c75fde607a140cd83f3f
|
|
| MD5 |
300d33c6830d0fa2fe8d089b4d8d3703
|
|
| BLAKE2b-256 |
d60dbd441237f6fb879fd22a0b0a760038595fefa6fb5cda55337c1ee3847e59
|