doc-formats-csv-3 / README.md
severo's picture
severo HF Staff
Update README.md
cac0f89
|
raw
history blame
474 Bytes
---
configs:
- config_name: default
data_files: "data.csv"
delimiter: "|"
header: 0
names: ["kind", "sound"]
size_categories:
- n<1K
---
# [doc] formats - csv - 3
This dataset contains one csv file at the root. We provide several options in the YAML config (`"|"` delimiter, name of the columns, index of the header row). The reference for the options is the [documentation of pandas.read_csv()](https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html).