metadata
language:
- en
Example-data-frame
This small dataset was created as an example of using the basic Python tutorial in the Introduction to ML course in this notebook.
Overview
This dataset contains
Dataset Details
The dataset is a
Contents
The dataset consists of a data frame with the following columns:
Use Cases
How to use
from datasets import load_dataset
dataset = load_dataset("AiresPucrs/example-data-frame")