language: | |
- en | |
license: apache-2.0 | |
pretty_name: Example DataFrame | |
size_categories: | |
- n<1K | |
--- | |
# Example DataFrame (Teeny-Tiny Castle) | |
This dataset is part of a tutorial tied to the [Teeny-Tiny Castle](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research. | |
## How to Use | |
```python | |
from datasets import load_dataset | |
dataset = load_dataset("AiresPucrs/example-data-frame", split = 'train') | |
``` | |