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.14.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.14-py3-none-any.whl
(155.5 kB
view details)
File details
Details for the file warpdatasets-3.0.14.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.14.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 |
a9c96958140f6ab0cb2278e17f587b9aa04d583d233c28fd0847075bee237633
|
|
| MD5 |
2bb7e4a5167fd2fa5b0493ecd7b644ee
|
|
| BLAKE2b-256 |
12c270d92bef8f116cdfe2e05fc3d4c5a594f4c6e54cc8a6c277661238e0dc3d
|
File details
Details for the file warpdatasets-3.0.14-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.14-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 |
dc327ea7c95dcf56aa8967106036d939ccaad7cc1a6d6242a8f33b6ce57d8c4a
|
|
| MD5 |
6adfa4c7c0e3f9423d769d182fb57d5a
|
|
| BLAKE2b-256 |
ad0777f222b67ca298669cc18f3343f3788e477d4a1d19c102b34e8ca4c19523
|