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.1.1.tar.gz
(3.2 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.1.1.tar.gz.
File metadata
- Download URL: python_hddb-0.1.1.tar.gz
- Upload date:
- Size: 3.2 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 |
2d556c313f271aeb0f648d5711f812baf078929b44817c5a97fbddeb7b718fc0
|
|
| MD5 |
62b5b2a230567ccb75b0b0b366b16c8e
|
|
| BLAKE2b-256 |
fdaf4f03657df51b8deaa3b45cc2a80dc8609a36bf8b35c918a1fcec5da912e5
|
File details
Details for the file python_hddb-0.1.1-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 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 |
38358a5bd97b8e2ac1c326f68d50cbe7439ad999d4034951d43cebe481dd4e2b
|
|
| MD5 |
d5a498459f1c71a9cd37d53ccbf48b00
|
|
| BLAKE2b-256 |
d352f6368dca0afb073e706a849001b863f182feff9348f006bf1dadc16aab3a
|