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.3.tar.gz
(11.5 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.3.tar.gz.
File metadata
- Download URL: python_hddb-1.5.3.tar.gz
- Upload date:
- Size: 11.5 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 |
79c7edaa19586597e4d87faf6ac302aed46ffacf068436138e5b152b9e57b688
|
|
| MD5 |
d51b3618123f6250966a6145c22a3820
|
|
| BLAKE2b-256 |
13f892f8066bb3b72de007b62b231b1157d7b15b39b0967c12267e023baf399c
|
File details
Details for the file python_hddb-1.5.3-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.5.3-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 |
276b8a2b0e6f4074728be533a9d3d60ec32b8700d395c3fc9bbb44d9f8a10dae
|
|
| MD5 |
8f629b2d54a299f89c1b7afdca9b0b06
|
|
| BLAKE2b-256 |
93f7de8294813ea35e22922c8fba001710dc3d847045eff9b79e43b81b9aaed0
|