From ca13a6c30cb6cbd1d97aa8e10b8b79cf88c494fd Mon Sep 17 00:00:00 2001 From: Phill Date: Thu, 11 Dec 2014 08:35:51 +0000 Subject: [PATCH 1/2] New Section for Sport Adding new Sport section, with initial links to various datasets --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 0640b62..610d385 100644 --- a/README.rst +++ b/README.rst @@ -152,6 +152,13 @@ Government * US CDC Public Health datasets: http://www.cdc.gov/nchs/data_access/ftp_data.htm * Open Government Data (OGD) Platform India: http://www.data.gov.in/ +Sport +---------- + +* Cricsheet (cricket): http://cricsheet.org/ +* Betfair (betting exchange) Event Results: http://data.betfair.com/ +* Lahman's Baseball Database: http://www.seanlahman.com/baseball-archive/statistics/ + Data Challenges --------------- From cb553c22f97c9b4b5e4f942a99805a592cf4298a Mon Sep 17 00:00:00 2001 From: Phill Date: Thu, 11 Dec 2014 10:50:25 +0000 Subject: [PATCH 2/2] Added two more Sport links Added Retrosheet baseball and Formula 1 data links. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 610d385..556fbbb 100644 --- a/README.rst +++ b/README.rst @@ -152,12 +152,15 @@ Government * US CDC Public Health datasets: http://www.cdc.gov/nchs/data_access/ftp_data.htm * Open Government Data (OGD) Platform India: http://www.data.gov.in/ + Sport ---------- * Cricsheet (cricket): http://cricsheet.org/ * Betfair (betting exchange) Event Results: http://data.betfair.com/ * Lahman's Baseball Database: http://www.seanlahman.com/baseball-archive/statistics/ +* Retrosheet (baseball): http://www.retrosheet.org/game.htm +* Ergast Formula 1 (API available): http://ergast.com/mrd/db Data Challenges