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"])
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.4.9.tar.gz
(10.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.4.9.tar.gz.
File metadata
- Download URL: python_hddb-1.4.9.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5ea4eb30cdd3ba23e11da5d4f8cc0438a126a147e5c3891d313b7486af66576
|
|
| MD5 |
a80d46f509a815cf0e71e8c61c5580a6
|
|
| BLAKE2b-256 |
5e2b2614a95229a093e6d2c2d3e96c5a7cc182e8af6f9dfc6150bfc0b9036cae
|
File details
Details for the file python_hddb-1.4.9-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.4.9-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08fdf733b215a7308947808cde5a153f6b10d43d6e9a9a68463c60ab76ad9376
|
|
| MD5 |
b860f5c454c94c32709d8e101289a747
|
|
| BLAKE2b-256 |
bd4f139d1c68532077ff76c9049c6296de0a3cfa1f89c730615f9384f0df730d
|