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.1.2.tar.gz
(3.2 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.1.2.tar.gz.
File metadata
- Download URL: python_hddb-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.6 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67c2e3e52e63eb0d8ae2fe4b4e38a299bfc6dc099660e9063b3bcf0c3312e272
|
|
| MD5 |
78219339c9dbf57091afde127b0fedd7
|
|
| BLAKE2b-256 |
d7abdb66d101788294294d73507979df0d3f1ebedd490aa95e744827903dbaba
|
File details
Details for the file python_hddb-0.1.2-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.6 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
699a5e2e58a8671a4bcac34bd7ee37664f874058be8c10d929deaec35692e8a9
|
|
| MD5 |
a7f74a5cc8bec3bff5864e336c215bdb
|
|
| BLAKE2b-256 |
8c441095f3d907a759b82fb130d308ff39321d54ca5d96499236fe77cb34762f
|