Utility functions for image handling
Project description
Credit to https://www.kaggle.com/code/stassl/displaying-inline-images-in-pandas-dataframe.
Usage example:
from datasets import load_dataset
# Load Fashion MNIST dataset
rows = load_dataset("zalando-datasets/fashion_mnist", split="test")
rows.set_format(type="pandas") # rows is a datasets.Dataset object from Hugging Face
df = rows[:]
from draxutils import show_pd
show_pd(df)
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
draxutils-0.1.4.tar.gz
(2.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 draxutils-0.1.4.tar.gz.
File metadata
- Download URL: draxutils-0.1.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
467f8f057d1a76d2bae63d367f723448d81fb21bcc1b186e05bd53a4e101755d
|
|
| MD5 |
6e1d7d442e19b4b7bfe19ec26079396c
|
|
| BLAKE2b-256 |
3b4e03af1dd3e53e8f9e266c55cff29dd16adcb0c84f1902b4c9096cb41e2192
|
File details
Details for the file draxutils-0.1.4-py3-none-any.whl.
File metadata
- Download URL: draxutils-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2321912d709cf941194b0f0b370e10fce57fe8de5491be1da0231f0f6d52e248
|
|
| MD5 |
7070ee8dfa34d09f8ebbbe17dadd216f
|
|
| BLAKE2b-256 |
e7138a744a0d710bc0cbeef2f4570da9380b0eb5a1f992c202a77b5291f0d05b
|