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(org, db, 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-1.1.3.tar.gz
(8.9 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-1.1.3.tar.gz.
File metadata
- Download URL: python_hddb-1.1.3.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71941eb9b10a4b7e7efbf89aa7dba97ad8f1240609e5bb705beba3a596f26d5b
|
|
| MD5 |
12e99312e1bb678adb9b686fec3180b0
|
|
| BLAKE2b-256 |
79d4f871ea70cac5224610eb0ff97782a5f0b5e6d77caca393df8941b1162840
|
File details
Details for the file python_hddb-1.1.3-py3-none-any.whl.
File metadata
- Download URL: python_hddb-1.1.3-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2b68874b9b0a0e4e08e31d734a0c58b0b28cd8fb24137b75cc791f0882582a8
|
|
| MD5 |
0f8a785c7d7a1fd00f1b8580c9ad9200
|
|
| BLAKE2b-256 |
e6540e7c6452a2351f5e7b9bc8b3f2731d36c0869adfeb4dc1326d827e9b9184
|