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.3.15.tar.gz
(7.5 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.3.15.tar.gz.
File metadata
- Download URL: python_hddb-0.3.15.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f233e67a83c52052d9436f1786e18e165b7f2202c9aa85969f93d8ffbfa29a5
|
|
| MD5 |
90e5b3b9cfac6eee4b8a6d285f2ce79d
|
|
| BLAKE2b-256 |
a39373e9e7e6b74b15fd64e0d083817de7a0d1dbbbcc441fd70b97d16dd8dbc0
|
File details
Details for the file python_hddb-0.3.15-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.3.15-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1513e4fb304e808cd2cd16706bff31be22dccc7be14bb79c2da87ebe00ed4518
|
|
| MD5 |
e55997e358c65061d24f95b8c82d8c62
|
|
| BLAKE2b-256 |
6db6847c02032c8a6ae0d7a5020e50a375a8911256869fa2f94ebe3225123439
|