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.4.tar.gz
(3.3 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.4.tar.gz.
File metadata
- Download URL: python_hddb-0.1.4.tar.gz
- Upload date:
- Size: 3.3 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 |
319f1ce18ac11432a5c5b5768a03bc0ad372979ff4f93284c81d4979a5ce87b7
|
|
| MD5 |
190db100b7e9bbc34681c3f089f2bd68
|
|
| BLAKE2b-256 |
6a5086f80a72480b299d13badcea893df3344e663f69db011a14c9f700c6e68e
|
File details
Details for the file python_hddb-0.1.4-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
dff4512f11a7c98aabeb01268b82e821c6727bdf85119ada84506d21bc3ca5cd
|
|
| MD5 |
1793fc86d0c4a0111418bd658d3348bc
|
|
| BLAKE2b-256 |
8e50759ca59788e27748eae8c0ecaa3f98edcb81489c7b293dd1d85b1f89afa4
|