iris / README.md
butlerj's picture
Upload README.md with huggingface_hub
6ca989d verified
metadata
language:
  - en
tags:
  - pandas
  - csv
  - tabular
pretty_name: Iris
size_categories:
  - n<1K

Iris

The following code can be used to access the dataset from its stored location at NERSC. You may also access this code via a NERSC-hosted Jupyter notebook here.

import pandas as pd

dat = pd.read_csv('data/iris.csv')