Format: CSV and TSV
Collection
6 datasets showcase how to configure and load CSV and TSV files. • 6 items • Updated
• 9
kind stringclasses 4 values | sound stringclasses 4 values |
|---|---|
dog | woof |
cat | meow |
pokemon | pika |
human | hello |
This dataset contains one tsv file at the root:
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):
---
size_categories:
- n<1K
---
The delimiter is automatically set to "\t" (tabulation) because of the .tsv extension of the data file.