What’s the comma-separated values (.csv) format?
It’s the world’s most popular tabular data interchange format in text.
Values are separated - surprise, surprise - by commas (that is, ,
).
One line is one record. Example:
Team1, FT, HT, Team2
Arsenal, 1-3, 1-1, Aston Villa
Liverpool, 1-0, 1-0, Stoke City
Norwich City, 2-2, 0-0, Everton
Sunderland, 0-1, 0-0, Fulham
Swansea City, 1-4, 0-2, Manchester United
West Bromwich Albion, 0-1, 0-0, Southampton
West Ham United, 2-0, 1-0, Cardiff City
Chelsea, 2-0, 2-0, Hull City
Crystal Palace, 0-1, 0-0, Tottenham Hotspur
Manchester City, 4-0, 2-0, Newcastle United
...
See all football.csv dataset repos »
Use the sport.db command line tools & scripts to read in the football.csv datasets into any SQL database (SQLite, PostgreSQL, …) and much more. See the sport.db project for more.
Add your tools & scripts here!
Add your project here!
Send them along to the Open Sports & Friends Forum/Mailing List. Thanks!