Store a database and analysis of baseball.
The data is updated nightly
bash devtools/restore_db.sh
sqlite3 baseball.db
sqlite> .tables
>> batter event game_result team
>> calculator game pitcher
All my analysis is in ipython notebooks.