Remote-first dataset library for ML training
Project description
WarpDatasets v3
Remote-first dataset library for ML training.
Installation
pip install warpdatasets
Quick Start
import warpdatasets as wd
# Load a dataset
ds = wd.dataset("workspace/name")
# Get a table
table = ds.table("main")
# Preview data
print(table.head(5))
# Get schema
print(table.schema())
CLI
# Show dataset info
warpdata info workspace/name
# Show schema
warpdata schema workspace/name
# Preview rows
warpdata head workspace/name -n 10
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
warpdatasets-3.0.10.tar.gz
(169.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
warpdatasets-3.0.10-py3-none-any.whl
(155.2 kB
view details)
File details
Details for the file warpdatasets-3.0.10.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.10.tar.gz
- Upload date:
- Size: 169.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21c54e5dfe45e4470355bf342e68ab18b492a18a3b11a8068f843c89d70f0385
|
|
| MD5 |
bfe2a180b2b5f95297386b6ef7285414
|
|
| BLAKE2b-256 |
c33b5c115aa072fb57a88f7a0298d783085c8525b712301b4984e006744a4864
|
File details
Details for the file warpdatasets-3.0.10-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.10-py3-none-any.whl
- Upload date:
- Size: 155.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9472f268991c6502fee8db8439810e6eeffec16f6850f6ba2a8b074fb6b7c495
|
|
| MD5 |
35c3b821ff67388b94aab09f745268d8
|
|
| BLAKE2b-256 |
2979be6515c9f6c8cb334b1152a0b3dacbbea033bbd3b403cca3816186266885
|