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.25.tar.gz
(193.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
warpdata-3.0.25-py3-none-any.whl
(176.3 kB
view details)
File details
Details for the file warpdata-3.0.25.tar.gz.
File metadata
- Download URL: warpdata-3.0.25.tar.gz
- Upload date:
- Size: 193.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e62f9fa46d46123562c15f521f92e4ccbee5bfe2405040e6b9eb6b7167d816dd
|
|
| MD5 |
fae1c0d16b177899ad8c064f03edbd83
|
|
| BLAKE2b-256 |
b68e806c1b74bd28f370caefbf8ac7bce594f2f60c2164525bc47895b8afc206
|
File details
Details for the file warpdata-3.0.25-py3-none-any.whl.
File metadata
- Download URL: warpdata-3.0.25-py3-none-any.whl
- Upload date:
- Size: 176.3 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 |
034d1651cf3896e572ea59eee73a15b64d2a65cf73c4848e99606bd4e9574d1a
|
|
| MD5 |
39571e4bba3f8ba5526041b90b6a83b8
|
|
| BLAKE2b-256 |
7be577970780af32f6247e1c6af6b866228efaed4a88dc318b0b3cb9b43a3f6f
|