File size: 498 Bytes
7ada24e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
configs:
- config_name: default
  data_files: "*.tsv"
  names: ["kind", "sound"]
size_categories:
- n<1K
---

# [doc] format - tsv - 3

This dataset contains one tsv file at the root. We provide the name of the columns in the YAML config, since the data file has no header. The delimiter is set to `"\t"` (tabulation) due to the extension of the file. The reference for the options is the [documentation of pandas.read_csv()](https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html).