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.2.tar.gz
(11.8 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.2.tar.gz.
File metadata
- Download URL: python_hddb-1.6.2.tar.gz
- Upload date:
- Size: 11.8 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 |
87a84c405b0cbbfacd4d06d26757de6c3e2873e2361e07079e5cfe7df93d138d
|
|
| MD5 |
d62b912fb666069f348f9ecf08221d78
|
|
| BLAKE2b-256 |
830245f689790e4a23e9ec16d95d46a598e80adf8537bc383daac7f55f0589c7
|
File details
Details for the file python_hddb-1.6.2-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.6.2-py3-none-any.whl
- Upload date:
- Size: 13.0 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 |
7325b4dfafe7a489382817ae50e3222fafd9d7345e259597c7931ae5bae10f13
|
|
| MD5 |
388d694da33f03d10bbcdd5484c86744
|
|
| BLAKE2b-256 |
4a680b09bf65ffa4ace770d2ad78872b6aac149371ce003b933269b8e485b9f2
|