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.3.tar.gz
(11.9 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.3.tar.gz.
File metadata
- Download URL: python_hddb-1.6.3.tar.gz
- Upload date:
- Size: 11.9 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 |
8e2193f505b1040caa6bbec90267e98ef0723ab858d0f4aaa7d8c246693f7d9e
|
|
| MD5 |
29a4589293bfe05cdfdea33bb730e2aa
|
|
| BLAKE2b-256 |
f81b6ca57850eabd868eed65e57caf01f7c29b90b333922f37dfed7feb21bb65
|
File details
Details for the file python_hddb-1.6.3-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.6.3-py3-none-any.whl
- Upload date:
- Size: 13.1 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 |
dbcc47c13dc7eb513376f27bb0adccb393fac80b49ed056d511c85b815c7457c
|
|
| MD5 |
345ed47f9afab4c0b4bc94f8bcb90e38
|
|
| BLAKE2b-256 |
736be54f1f1acf25c99ac0e74287c5381badb31040ab4c92a832ecf90aa99798
|