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.4.tar.gz
(160.6 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.4-py3-none-any.whl
(147.7 kB
view details)
File details
Details for the file warpdatasets-3.0.4.tar.gz.
File metadata
- Download URL: warpdatasets-3.0.4.tar.gz
- Upload date:
- Size: 160.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c8e2f7515b8ab6676bf79275de41092bfe418534a0a3a56d120f4bef94556ce
|
|
| MD5 |
3ca953d166dda938994e5a8f1b7b45b9
|
|
| BLAKE2b-256 |
84d368a55488c84d4b603f4fe7f7679189b01975dfbe317f39e08f4502fc67f5
|
File details
Details for the file warpdatasets-3.0.4-py3-none-any.whl.
File metadata
- Download URL: warpdatasets-3.0.4-py3-none-any.whl
- Upload date:
- Size: 147.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 |
e725065ec7a6818167d71e306bfbea48fb9a823b21e8eb6b7c53c849e05ce16e
|
|
| MD5 |
85beafa324b741a39b9b048de0ca93e6
|
|
| BLAKE2b-256 |
7ff4d1136cb796aaf2568754b846956d858f7b7b82d125e08c7e576d1668a962
|