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.13.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.13-py3-none-any.whl
(155.5 kB
view details)
File details
Details for the file warpdatasets-3.0.13.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.13.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 |
37dfc36060484eb863ff7f7c75ea6c4004505beee2b9add15c577a4482520426
|
|
| MD5 |
8bec914eebbdd588d60cd82047faaed1
|
|
| BLAKE2b-256 |
1eee6a828af02a3056c2fd6fa6e3118c3c647c951750a609240704efddf3ac0e
|
File details
Details for the file warpdatasets-3.0.13-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.13-py3-none-any.whl
- Upload date:
- Size: 155.5 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 |
33e9086e014c61b8e1b85d40ab9b6cca7f9bf9a1e5a8a9bef0af8d81ae4e3861
|
|
| MD5 |
117636af98cb2d1ed8ba7a1b6ab9c99f
|
|
| BLAKE2b-256 |
fe1711084ab4fc66a138d8d385be2bba1eaa42ffe43c808964b2759913764f7f
|