Remote-first dataset library for ML training
Project description
WarpDatasets v3
Remote-first dataset library for ML training.
Installation
pip install warpdatasets
Quick Start
import warpdatasets 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
warpdatasets-3.0.7.tar.gz
(168.9 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
warpdatasets-3.0.7-py3-none-any.whl
(154.6 kB
view details)
File details
Details for the file warpdatasets-3.0.7.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.7.tar.gz
- Upload date:
- Size: 168.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
807f8a8503bab8853c8108f3090f4aecbbcc6dcd6847a9f3c87e45a8babe6d21
|
|
| MD5 |
fac7f369bf9b15a6850af75c47cba9c8
|
|
| BLAKE2b-256 |
0bfcb9b53888c2793ececb52decb00db0374cb03b8b5fef99bf4e829919f6b6f
|
File details
Details for the file warpdatasets-3.0.7-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.7-py3-none-any.whl
- Upload date:
- Size: 154.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff3ce898882ab3ed3a9b549f43b2f7ce5e06ba992ee83647817ade8abbfedbb1
|
|
| MD5 |
cd981353c430cc869c63b42133ee828a
|
|
| BLAKE2b-256 |
d84f8ce0fda52fd4d1f8bb2b471fa963cd2266370d6f8fb04d37c0a7b561b687
|