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.19.tar.gz
(7.8 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.19.tar.gz.
File metadata
- Download URL: python_hddb-0.3.19.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db0af3d41ebc6645eceae63d9c2e3a00de95a58606304d53cb40cfcb983d4520
|
|
| MD5 |
e776ac830a4c8bcead1b3fbcedd53243
|
|
| BLAKE2b-256 |
f087acca9d4176b7f9777919b6b35fb4afdb3a45d0f1fc5cf7725aa3da4ee40b
|
File details
Details for the file python_hddb-0.3.19-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.3.19-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e522480b663de8a03a9193c71d5d7bb1ad9bd86222b1bc699bbcf75ce38faa59
|
|
| MD5 |
e846be3e1b6511ef8e441d0246c46e5b
|
|
| BLAKE2b-256 |
a632e9975a526b4f70f0c2bf87ee71d19f8627bb2680b914bd1c5e1f3d137527
|