/world-cup-2018-statistics

This is a jupyter notebook that helps you to analyze historic world cup match data. So now you can see which result happened most per team per tournament phase. This is independent of betting quotes and the opponent.

Primary LanguageJupyter NotebookMIT LicenseMIT

World Cup 2018 Statistics

This is a jupyter notebook that helps you to analyze historic world cup match data. So now you can see which result happened most per team per tournament phase. This is independent of betting quotes and the opponent.

The Data

The raw data looks like this. As it can be seen in the notebook I apply some more data to have an easier analysis.

team home_team home_goals away_goals away_team game_type year
Brazil Brazil 0 3 Netherlands Game Over 3rd Place 2014
Brazil Brazil 1 7 Germany Semifinal 2014
Brazil Brazil 2 1 Colombia quarterfinal 2014
Brazil Brazil 1 1 Chile Round Of 16 2014
Brazil Brazil 4 1 Cameroon Group Phase 2014
Brazil Brazil 0 0 Mexico Group Phase 2014
Brazil Brazil 3 1 Croatia Group Phase 2014
Brazil Brazil 1 2 Netherlands quarterfinal 2010

Installation

  1. git clone https://github.com/mymindwentblvnk/world-cup-2018-statistics
  2. cd world-cup-2018-statistics
  3. make install
  4. make notebook

Demo

Demo