Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 371 Bytes

baseball

Store a database and analysis of baseball.

Creating Your Own Database

The data is updated nightly

bash devtools/restore_db.sh
sqlite3 baseball.db
sqlite> .tables
>>  batter       event        game_result  team
>>  calculator   game         pitcher

Looking through my analysis

All my analysis is in ipython notebooks.