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.2.8.tar.gz
(4.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.2.8.tar.gz.
File metadata
- Download URL: python_hddb-0.2.8.tar.gz
- Upload date:
- Size: 4.8 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 |
2d07eddf9f275366516d6066cee4be67d0f4c3fa5e095c8bf3b572715d57c403
|
|
| MD5 |
128e0c3fe002da1243ece8d641875250
|
|
| BLAKE2b-256 |
126509b0ec3277bb2a281158a3ba4f4d781e8a1f98562c43bab030d822798297
|
File details
Details for the file python_hddb-0.2.8-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.2.8-py3-none-any.whl
- Upload date:
- Size: 5.9 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 |
eabc7bfa6f7c25124e44dee50260c63f4235f5a54599b4c3625e6d915d877ee6
|
|
| MD5 |
6240e36954babfadd82125c0aa8c0202
|
|
| BLAKE2b-256 |
546f9795877c2fe51168a35a4446f573be8817ce63fe99eaf248f10b2bddce15
|