Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 513 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 513 Bytes

readme

Text Data Lists

Directories

  • lists
    • contains files exclusively in the list format
  • original
    • contains original data in a nice format
  • raw
    • contains raw data with parsers

Formats

Formats are based on file extensions

.json

any[]
JSON list of correlated objects with properties

.csv

CSV list of correlated values

.tsv

TSV list of correlated values

.list.txt

Single list of items

.list.json

string[]
JSON array of strings