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.24.tar.gz
(189.3 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.24-py3-none-any.whl
(171.2 kB
view details)
File details
Details for the file warpdata-3.0.24.tar.gz.
File metadata
- Download URL: warpdata-3.0.24.tar.gz
- Upload date:
- Size: 189.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3095b35af57db3c3b26ae18ea7dbf8cf94fbceff6d732405c85051071fb39b5
|
|
| MD5 |
d99a94bdea70b8292bcbcb0abfd560b8
|
|
| BLAKE2b-256 |
92321459489200b2afdd83cf33c6114b75df4af876b713ce1f6f43edd26d32b3
|
File details
Details for the file warpdata-3.0.24-py3-none-any.whl.
File metadata
- Download URL: warpdata-3.0.24-py3-none-any.whl
- Upload date:
- Size: 171.2 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 |
75a4eb1b79e64c743d31a1d0c998351bd5a86712bb9e37e61a2aa46732c583ab
|
|
| MD5 |
b6510e6aa879ac1c23ec50e1b1338d72
|
|
| BLAKE2b-256 |
2642c4738e999338ce4265f8bc7a48c51f884f01f005d3467512b1a651f84a8e
|