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.4.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.4.tar.gz.
File metadata
- Download URL: python_hddb-1.6.4.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 |
089f10d562ace165af007edcb1b48c5bc442517f4cd7fbaca7165b48fb07ed5c
|
|
| MD5 |
df42b41fb20305ce17a45eaa5eeaa57e
|
|
| BLAKE2b-256 |
5bee2e6e3324437ad4aa04e89fd9acbf5c30fab7848cfa21eb31ef015fd11472
|
File details
Details for the file python_hddb-1.6.4-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.6.4-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 |
21932c30c15f22d977b8e48e8a2c3c4ca50a6ff890320a872ee7dfe81da3ee10
|
|
| MD5 |
5e25f4ea31fe6045419117cc4b71b79d
|
|
| BLAKE2b-256 |
7d15293d78761fec5219998c1437b71fbc9e4ecabdfcfd90dda4886be99ee8cc
|