Remote-first dataset library for ML training
Project description
WarpDatasets v3
Remote-first dataset library for ML training.
Installation
pip install warpdata
Quick Start
import warpdata 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
warpdata-3.0.22.tar.gz
(182.8 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
warpdata-3.0.22-py3-none-any.whl
(163.9 kB
view details)
File details
Details for the file warpdata-3.0.22.tar.gz.
File metadata
- Download URL: warpdata-3.0.22.tar.gz
- Upload date:
- Size: 182.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef4de8b9386c5c2e577511f92e0b0530b17eb7a1d19d23eae848252201f215dd
|
|
| MD5 |
a83f8fa9902df7074701987c17ea96a6
|
|
| BLAKE2b-256 |
84980165f847caa67808d1374cddfea49041464893dd96f51d20004fc3a37a47
|
File details
Details for the file warpdata-3.0.22-py3-none-any.whl.
File metadata
- Download URL: warpdata-3.0.22-py3-none-any.whl
- Upload date:
- Size: 163.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fb5e9bf5fd783b3766750fe0bb6dc8bf36f002ad5f176c233144be749865fc4
|
|
| MD5 |
56bce211aa4a97b69c56dec180a3218c
|
|
| BLAKE2b-256 |
aad01980f3a234539698ef1c1029f946ad36d76bfbab7676f84617cac304bd3d
|