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.10.tar.gz
(6.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.3.10.tar.gz.
File metadata
- Download URL: python_hddb-0.3.10.tar.gz
- Upload date:
- Size: 6.3 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 |
7fafed4540f3c3c35e18c04be2e2397e53e7445843564b5d46c8fc8ebd094d06
|
|
| MD5 |
c780751da94b8320af53bf53b79642d1
|
|
| BLAKE2b-256 |
394f75b08e607ca9d40c4cfa3c9ec3c023b44f4f54a6a8a4396011e1d71808a6
|
File details
Details for the file python_hddb-0.3.10-py3-none-any.whl.
File metadata
- Download URL: python_hddb-0.3.10-py3-none-any.whl
- Upload date:
- Size: 7.4 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 |
0d66e0a1bd7b935a591b0233422f9128e8d18e719c0704d4caab842bd92fdc4b
|
|
| MD5 |
0a196bf89bd02cd6d841b1d008eec43d
|
|
| BLAKE2b-256 |
4c82682a7f3f77361d1f34fc146c0cef88a3282c729a0eabc3fcb8af83840212
|