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.6.tar.gz
(165.0 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.6-py3-none-any.whl
(150.3 kB
view details)
File details
Details for the file warpdatasets-3.0.6.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.6.tar.gz
- Upload date:
- Size: 165.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07155b23e4c802212df84d5e269e551dc387d8695ffed9a74c8c40eaa78abe39
|
|
| MD5 |
53de1d76075c5b715033313394560848
|
|
| BLAKE2b-256 |
9a6c9e7cfd0337d9624c4f5d13c2c975bd5970e0e73f3d5d40221e19082d6b72
|
File details
Details for the file warpdatasets-3.0.6-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.6-py3-none-any.whl
- Upload date:
- Size: 150.3 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 |
4af75c7917baba11c9cd250af23fae68c5f23ae359dc34488e7be3d1637aecbd
|
|
| MD5 |
b6e83bd417ecfa4e0bc82164becea7eb
|
|
| BLAKE2b-256 |
80fc5b6a4bacc94efd3b1eaf9f3d5b7d26e2c567e87d9bf6be70b98bf162418e
|