The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

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')
Downloads last month
202