Giter Club home page Giter Club logo

wc2018's Introduction

wc2018

A simple data analysis of players of World Cup 2018 - more of a pandas exercise rather than a serious data analysis:)

How to use

Install python requiremenets:

pip install -r requirements.txt

And start a notebook server:

jupyter notebook

Go to http://localhost:8888/notebooks/wc2016.ipynb

About

Get the players data from fifa world cup 2018 official announcement pdf

Export the data (tables) using tabula and store it as csv.

And then do a simple analysis for simple stats like:

  • age

    • average age of each national team
    • max (oldest), min (youngest)
    • age distribution
  • height

    • average height of each team
    • max (tallest), min (shortest)
  • bmi

    • of each player (mass/height^2)
    • average of team
    • max (fattest), min(lightest)
    • bmi distribution
    • bmi distribution by position (GK, DF, MF, FW)
  • How many players play in domestic league per team

  • Club representation What are the clubs that have the most players ? How do the numbers change as the tournament progresses (group-stage, round of 16, quarter finals ,..)

  • Possible expansions (need merge with other datasets):

    • birthday paradox! (?) per match ? (what is the chance in 22 players to have the same birthday! - verify theoritical vs observation (group matches)) (needs group matches info)

    • panini misses! who are the players that panini missed or wrongly included? (needs panini album dataset - can be found here (?)

    • Team power ranking according to club ranking (needs club world ranking data)

    • Team value already here

wc2018's People

Contributors

anastluc avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.