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.19.tar.gz
(174.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.19-py3-none-any.whl
(158.1 kB
view details)
File details
Details for the file warpdata-3.0.19.tar.gz.
File metadata
- Download URL: warpdata-3.0.19.tar.gz
- Upload date:
- Size: 174.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 |
1220c50097ece9eba2bf89c6f01f79f4e3d5cf8ba6a2f15bcd83d2b397237a2e
|
|
| MD5 |
5cfde69b75b885b995eed7fb4edba155
|
|
| BLAKE2b-256 |
926c88d4f6830e46dfbf69881fe4d25b5cd57a1b0d36b494c0c3b221cbb35603
|
File details
Details for the file warpdata-3.0.19-py3-none-any.whl.
File metadata
- Download URL: warpdata-3.0.19-py3-none-any.whl
- Upload date:
- Size: 158.1 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 |
6a15e25ed23a4f97754ecacf801c54bbb7d70c796f9fa869330b52fcba8c91f8
|
|
| MD5 |
392e71b9dbdff365b599332ee17f93fd
|
|
| BLAKE2b-256 |
86ae7cf2656abab721c985c429fbbacd20e364f444349c574c51bb42fcbbba0d
|