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(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-0.3.1.tar.gz
(5.7 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-0.3.1.tar.gz.
File metadata
- Download URL: python_hddb-0.3.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae5946360875283b8a0964af493116758dc6f22a4cacfa0aeff4c18086174eeb
|
|
| MD5 |
a3955b9efefe8e3f5d14675450b8296c
|
|
| BLAKE2b-256 |
000437ecfe5470aed793b7b424947336b0891d93d1a61714e5bd5dd5c622befe
|
File details
Details for the file python_hddb-0.3.1-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8db9a2e0dbcf160dad2f7ce6b79babba1d0005153fcd5f5341262d62d605b62
|
|
| MD5 |
9c873e319ea888f64805581b4e2c6485
|
|
| BLAKE2b-256 |
a61f1835778af88a8d579b7cddd2a484453b4c46bb9182b0f97c15463eba83d8
|