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.27.tar.gz
(219.2 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.27-py3-none-any.whl
(187.1 kB
view details)
File details
Details for the file warpdata-3.0.27.tar.gz.
File metadata
- Download URL: warpdata-3.0.27.tar.gz
- Upload date:
- Size: 219.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f45b4dd0ecd72c291c5c7da9f264e629df5c4566b3139e4bd6d45b3adf2e82a8
|
|
| MD5 |
2c32b5d22c9894406c46ad2aab8b11df
|
|
| BLAKE2b-256 |
26260bc950e708b5a18a822292833be529fe4afd71a225337fd26a09dcee9322
|
File details
Details for the file warpdata-3.0.27-py3-none-any.whl.
File metadata
- Download URL: warpdata-3.0.27-py3-none-any.whl
- Upload date:
- Size: 187.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 |
f90604f79e6dd49d00ab8e6efeeedb92680a96604b98a601ede0d241ade79257
|
|
| MD5 |
289679fb369805ab50ed612f2d19b5ce
|
|
| BLAKE2b-256 |
618013716616f17dac5da2802ab44ffb967335f2a68d0a7aa85cfb0e78191b9c
|