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.9.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.9-py3-none-any.whl
(155.2 kB
view details)
File details
Details for the file warpdatasets-3.0.9.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.9.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 |
3faad452f98e76d5d06a5470d1152570e8ca1528a14d98968410a2ba5436a2a3
|
|
| MD5 |
f6d7e1642d06d87d72feecb080d96c0a
|
|
| BLAKE2b-256 |
b0e08f8c5fa4cfe5b4f6e8183e01b2deab65d63c82c9fffddd07fb5637680958
|
File details
Details for the file warpdatasets-3.0.9-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.9-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 |
145780b8a689e3a5b6fa6afd8f3ffd407a3233ecc1f5727c7c6a1cceac6bcb5a
|
|
| MD5 |
e81f2782eb5fa40a72fd0b4ff8b6865c
|
|
| BLAKE2b-256 |
0ea51334d3f022ce2b000befbb5c00879e5e1a541a9c757dc1d3ecda48e18c96
|