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.8.tar.gz
(169.0 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.8-py3-none-any.whl
(154.7 kB
view details)
File details
Details for the file warpdatasets-3.0.8.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.8.tar.gz
- Upload date:
- Size: 169.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04c0ae7f4df41d754264ea45799e198a2e9c41d13200df8652dbde3877fcce05
|
|
| MD5 |
ee954e82082889afb99d4a54f56814a7
|
|
| BLAKE2b-256 |
f4806353e609861dcc41abcccc65db45c30ce8b5292dc84c835b5d50b7771be0
|
File details
Details for the file warpdatasets-3.0.8-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.8-py3-none-any.whl
- Upload date:
- Size: 154.7 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 |
dd97c52db1042f52a2c2ec32fece9da19bf29557f82efd0b39ceaa73bd13866b
|
|
| MD5 |
19adcdafc57571427d841562d901b63a
|
|
| BLAKE2b-256 |
d316762ecb2fb44e66b7a159814df790121d894fd81f52b8abd6fba6f39155f8
|