Skip to content

GitBrunoCode/Analysis-of-soccer-team-formations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of soccer team formations

Based on the Kaggle European Soccer Database :

  


Introduction

The goal of this notebook was to analyse some characteritics of the french teams during the Ligue 1 season 2015-2016. The study will be based on analysing the various postionning of players and the correlation between their position on the field and their characteristcs.

                                       
                                       
                                       
                                       
                                       
                                       
                                       
                                       


Table of Contents

  1. Installation
  2. Author Info

Installation

Download the files

  • database.rar
  • unzip the file
  • set the path into the jupyter notebook

  

Required Librairies

  • numpy
  • pandas
  • sqlite3
  • matplotlib.pyplot
  • seaborn
  • folium
  • math
  • collections
  • scipy.stats
  • warnings

Back To The Top


Author Info

Back To The Top