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.3.tar.gz
(8.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.5.3.tar.gz.
File metadata
- Download URL: python_hddb-0.5.3.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b63bec5e974bab6de0e3d55f35363939e6cf26ef02e246274c0948130b6a0822
|
|
| MD5 |
e745f904ef58f78e78fb93f546d35e95
|
|
| BLAKE2b-256 |
2428aac9c98cfa0ad9429110c43c13a787d0a6606c094897500a758bbfdefa9b
|
File details
Details for the file python_hddb-0.5.3-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.5.3-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d0b926570975ad952ff28b4d54019d95287ecc72cbaedd7e6c2b432d954310b
|
|
| MD5 |
d388b2e44222ebf88224db05e2e4b9f1
|
|
| BLAKE2b-256 |
78f4ea71a7d03678cf29e4fad9a6b25e7f6121a5e44d667c30bfc049db632683
|