Remote-first dataset library for ML training
Project description
WarpDatasets v3
Remote-first dataset library for ML training.
Installation
pip install warpdata
Quick Start
import warpdata 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
warpdata-3.0.26.tar.gz
(193.9 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
warpdata-3.0.26-py3-none-any.whl
(176.5 kB
view details)
File details
Details for the file warpdata-3.0.26.tar.gz.
File metadata
- Download URL: warpdata-3.0.26.tar.gz
- Upload date:
- Size: 193.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30d14a2fa948a5f1ae8fb50c0ab8a02d3c59c60d84765396fe53a69ad62ad915
|
|
| MD5 |
bc548fa7e2730934628a56e46816f0cd
|
|
| BLAKE2b-256 |
ff685b1d97e01e09faa887d807ae168b0754041314160279a6232b30278874b5
|
File details
Details for the file warpdata-3.0.26-py3-none-any.whl.
File metadata
- Download URL: warpdata-3.0.26-py3-none-any.whl
- Upload date:
- Size: 176.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a18eda8aaf60c5f7b40a871e2270bb0e7a7b7cea3ead14e93520e65cb700f7
|
|
| MD5 |
e2d0d54526df53842cd753edff41f62a
|
|
| BLAKE2b-256 |
573e25bb478ce2710bacb1e05a38864f54b202cdc59862f0976ccaa2e6d69426
|