File size: 365 Bytes
2c74ecf
 
 
 
 
e6291cd
2c74ecf
3d21dec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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
---
```