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.12.tar.gz
(169.8 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.12-py3-none-any.whl
(155.4 kB
view details)
File details
Details for the file warpdatasets-3.0.12.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.12.tar.gz
- Upload date:
- Size: 169.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55ab49c1edd574f263d2497c48d708bd9c33ed79d4c34c8109142017c0d2b43f
|
|
| MD5 |
0bac0a21c03e64464e845986cb085c79
|
|
| BLAKE2b-256 |
1d646a03b956e2663832246161ef1986ab17e385a1bf4a8728576b4bc3d246ae
|
File details
Details for the file warpdatasets-3.0.12-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.12-py3-none-any.whl
- Upload date:
- Size: 155.4 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 |
71dc8a3d4afd221bd4f399c0f056ddcaed4f5ea31b84b862477fe27b07a7c1a0
|
|
| MD5 |
2dc9a976d84a5913343f3f0479f0d8b8
|
|
| BLAKE2b-256 |
989d041b2a560046aac63f4bc0d5bea420d8c9e6b83ae32f2d6215fe8579a8a1
|