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.1.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.1.tar.gz.
File metadata
- Download URL: python_hddb-1.5.1.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 |
ef94c9e009082423c7e86ae6b2949b6bc03f80eaadf09caf5047ce113de36036
|
|
| MD5 |
7ee7a7bdae6b1e7b7dc44f8cae177e6b
|
|
| BLAKE2b-256 |
ec56317254cd44af3c0eca83ccb582e3cf35e16cd36b3fac6140a510df0c73bf
|
File details
Details for the file python_hddb-1.5.1-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.5.1-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 |
3314c8d16c6ae33932a1891a5dcca65d93c8a86e237f3416bf0ff672410647a0
|
|
| MD5 |
f8f009e84cd009ea0d88af6d7c7b4846
|
|
| BLAKE2b-256 |
e0bc68fa466a09f84eb0a8a66ef5b100d79669a0fe0c52c802c21d67ced49491
|