Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
example-data-frame / README.md
nicholasKluge's picture
Update README.md
51f2eb7 verified
---
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')
```