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.6.tar.gz
(12.3 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.6.tar.gz.
File metadata
- Download URL: python_hddb-1.6.6.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c3de217e011afe271b052d8394591c59e0e658d1d0c710342392f63b490a138
|
|
| MD5 |
6ed65aea9bd06c3b77b003fe65ae9013
|
|
| BLAKE2b-256 |
00778cebf389188c0106c72287e21b703319109e992fe7bb49c4c3e95e3fa49e
|
File details
Details for the file python_hddb-1.6.6-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.6.6-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7a78448020da2db0c7d2278e205a93cd7436819b084b3b052b8b9732a6d5177
|
|
| MD5 |
d1f7657e9d2dc6a7783bee87a43356ba
|
|
| BLAKE2b-256 |
5772a7dd09f52eca9770183493b95bd0ecd37055c085eb2a77c9e99511f4fb60
|