File size: 273 Bytes
29cef79 6e079a3 006212b 6e079a3 86cf2f6 6e079a3 86cf2f6 6e079a3 be59411 6e079a3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: mit
---
# Dataset Card for "george-chou/Pima"
## Usage
```
from datasets import load_dataset
data = load_dataset("george-chou/Pima", split="train")
for item in data:
print(item)
```
## Maintenance
```
git clone [email protected]:datasets/george-chou/Pima
``` |