doc-formats-csv-1 / README.md
severo's picture
severo HF staff
Update README.md
3d21dec
---
size_categories:
- n<1K
---
# [doc] formats - csv - 1
This dataset contains one csv file at the root:
- [data.csv](./data.csv)
```csv
kind,sound
dog,woof
cat,meow
pokemon,pika
human,hello
```
The YAML section of the README does not contain anything related to loading the data (only the size category metadata):
```yaml
---
size_categories:
- n<1K
---
```