File size: 672 Bytes
e18c9ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
pretty_name: Iris
language:
- en
size_categories:
- n<1K
tags:
- csv
- biology
---
# Iris
The following code can be used to load the dataset from its stored location at NERSC.
You may also access this code via a NERSC-hosted Jupyter notebook [here](https://jupyter.nersc.gov/hub/user-redirect/lab/tree/global/cfs/cdirs/dasrepo/ai_ready_datasets/iris/iris_dataloader.ipynb).
```
# Iris data loader
import pandas as pd
iris_dat = pd.read_csv('/global/cfs/cdirs/dasrepo/www/ai_ready_datasets/iris/data/iris.csv')
```
If you would like to download the data, visit the following link:
https://portal.nersc.gov/cfs/dasrepo/ai_ready_datasets/iris/data
|