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.2.tar.gz
(4.1 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.2.tar.gz.
File metadata
- Download URL: python_hddb-0.2.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d052b9d7ef0282312073b5d22aa72c723080def960a7b857e2bd6b568f7d2eb5
|
|
| MD5 |
199e314b8422cc04f8926b93706bf60c
|
|
| BLAKE2b-256 |
91ad884506e805339cbb9235de5d79ecc4a97bc0cb2b5c2938abb3408479f6ed
|
File details
Details for the file python_hddb-0.2.2-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a5875985b394e65e4e8a563ba2d1102cb06fa322ee77b9c7ed323f9af575749
|
|
| MD5 |
0f3747d83ec3a784729a79ae9cb41391
|
|
| BLAKE2b-256 |
37836345b4be8b2d655292892e2814d4aa45db125b85c8152aa870826982e881
|