doc-formats-tsv-3 / README.md
severo's picture
severo HF staff
Upload 2 files
7ada24e
metadata
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().