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.5.0.tar.gz
(8.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.5.0.tar.gz.
File metadata
- Download URL: python_hddb-0.5.0.tar.gz
- Upload date:
- Size: 8.1 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 |
1ccaab9b3a42cd57305f2615c9cca98228daf2d5c53ff4b4157454894355f1cc
|
|
| MD5 |
340076ded4dbd6db950c3cdb5088438e
|
|
| BLAKE2b-256 |
a0ae85035c0bd0d145eed15293b9d125eb186215a62b517ae4ff556fc8227032
|
File details
Details for the file python_hddb-0.5.0-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.5.0-py3-none-any.whl
- Upload date:
- Size: 9.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 |
d46984ecfd5905678478f01c49030293919eeeb4f3aaff02d80d5d7b1ea34e7f
|
|
| MD5 |
df9202651881648c464bc656a800052f
|
|
| BLAKE2b-256 |
94b2860c1910a4ab0b37b421faca5885f76d59cf1312c315c26eff11ab9b9d33
|