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.11.tar.gz
(169.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.11-py3-none-any.whl
(155.3 kB
view details)
File details
Details for the file warpdatasets-3.0.11.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.11.tar.gz
- Upload date:
- Size: 169.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 |
3ac935a12f67d4b4a3887e713bea8e6adfd64d9b3b9c332541bbbea036d9cde4
|
|
| MD5 |
7a946fc6ce61508dca209dc86d1beacb
|
|
| BLAKE2b-256 |
7bdaf8a3a2bb4e1f619c2073c50c0c2c4ba9d7b754d357ad817239466c68d256
|
File details
Details for the file warpdatasets-3.0.11-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.11-py3-none-any.whl
- Upload date:
- Size: 155.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 |
3dd188c88977e9474128d697dfbbab39a91488a79bf652e49fe26f88523dec8c
|
|
| MD5 |
f402f8297c7fbddf02c9dc0cc7bfb9f9
|
|
| BLAKE2b-256 |
aa888fbd7cf2cd68404d8349545fc0834f18d60b5bd5aba8a70b223f95db1a57
|