Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Grades Tabular Demo Dataset

This dataset contains student grades data for tabular classification tasks.

Dataset Description

A tabular dataset containing student information and their grades, useful for demonstrating data quality techniques on tabular data.

Usage

import pandas as pd

# Load the dataset
df = pd.read_csv("hf://datasets/Cleanlab/grades-tabular-demo/grades-tabular-demo.csv")
print(df.head())

License

MIT License

Downloads last month
18