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.5.tar.gz
(160.7 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.5-py3-none-any.whl
(147.8 kB
view details)
File details
Details for the file warpdatasets-3.0.5.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.5.tar.gz
- Upload date:
- Size: 160.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
312030582a606602513d35f8fe1db1646681a4381868a69c4c4c4311c2ba4ed5
|
|
| MD5 |
2b7dde823ab4b112885d8dbf29547f97
|
|
| BLAKE2b-256 |
a56340d05df47ddd456f425fa2c289a2fa908a418a2fa71d4d5822ece55592ec
|
File details
Details for the file warpdatasets-3.0.5-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.5-py3-none-any.whl
- Upload date:
- Size: 147.8 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 |
75a97e270df2e4c86458265f79ebdd8430d5de6f5d5d2bfc36c51029cf2fa3cf
|
|
| MD5 |
66d2056257b8ad5b97a8ef7cf7657c4c
|
|
| BLAKE2b-256 |
4b8268395bbae0e3fddc4685ad0c8c6a0ade52ad117baf13cc0f856dd701bb3f
|