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.3.tar.gz
(156.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
warpdatasets-3.0.3-py3-none-any.whl
(145.7 kB
view details)
File details
Details for the file warpdatasets-3.0.3.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.3.tar.gz
- Upload date:
- Size: 156.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5386a06d4451fb882b68f3bfec275f1992840ed362bb182b65f8d841a690cc88
|
|
| MD5 |
18c42be6f23b4f07da1075b0273b5c57
|
|
| BLAKE2b-256 |
eec26336fbec2c325ebe0884e3769fca9b362de4fb7bb8560a4664a109ebbdf8
|
File details
Details for the file warpdatasets-3.0.3-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.3-py3-none-any.whl
- Upload date:
- Size: 145.7 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 |
7d8bb6981b273c3a9e9c55614b7525d8c59b574d2bf341b7ac72a16855143375
|
|
| MD5 |
dde5c4c36f65bc2b1ba021e0a76343cb
|
|
| BLAKE2b-256 |
dc722320551354b56e89f28fe2d8de8a3d745a3b8bfefcff911424b9600549f1
|