Datasets:
File size: 591 Bytes
752094e |
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 29 30 31 32 33 |
---
license: mit
task_categories:
- tabular-classification
tags:
- tabular
- student-grades
- classification
- data-centric-ai
---
# 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
```python
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
|