Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -5,4 +5,23 @@ size_categories: | |
| 5 |  | 
| 6 | 
             
            # [doc] formats - csv - 1
         | 
| 7 |  | 
| 8 | 
            -
            This dataset contains one csv file at the root | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 5 |  | 
| 6 | 
             
            # [doc] formats - csv - 1
         | 
| 7 |  | 
| 8 | 
            +
            This dataset contains one csv file at the root:
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            - [data.csv](./data.csv)
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            ```csv
         | 
| 13 | 
            +
            kind,sound
         | 
| 14 | 
            +
            dog,woof
         | 
| 15 | 
            +
            cat,meow
         | 
| 16 | 
            +
            pokemon,pika
         | 
| 17 | 
            +
            human,hello
         | 
| 18 | 
            +
            ```
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            The YAML section of the README does not contain anything related to loading the data (only the size category metadata):
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            ```yaml
         | 
| 23 | 
            +
            ---
         | 
| 24 | 
            +
            size_categories:
         | 
| 25 | 
            +
            - n<1K
         | 
| 26 | 
            +
            ---
         | 
| 27 | 
            +
            ```
         | 

