Football Dataset Analysis group project
Last updated Jun 27, 2026
40
Stars
23
Forks
0
Issues
0
Stars/day
Attention Score
67
Topics
Language breakdown
No language data available.
▸ Files
click to expand
README
What is this project?
Football Dataset Analysis is a group project meant to study, analyse and extract information from the kaggle football dataset.What does Kaggle mean?
Kaggle, according to Wikipedia "is an online community of data scientists and machine learners, owned by Google, Inc that allows users to find and publish data sets, explore and build models in a web-based data-science environment, work with other data scientists and machine learning engineers, and enter competitions to solve data science challenges."What is Football Dataset Analysis project about?
The project is aimed at studying the kaggle football dataset, to analyse, extract information from it and make predictions based on the data.The main goal is to find the weaknesses and strengths of the team and assess the ways of measurement and improvement of the team performance.
We got the most effective events and capitalised on their characteristics in order to achieve the set goal.
Examples of events used to determine the extent of the teams' weaknesses:
- Yellow and red cards served
- Fouls against the team
- Shoots off target
- Penalty against the team
- Offsides
- Shot place
- Too high
- High and wide
- Goals against the team
- Goals scored
- Penalty
- Cornes
- Shoots on target
- Shoots in bar
- Shot_place
- Location
- Penalty spot
- Very close range
- Difficult angle and long range
- Difficult angle on the left
- Difficult angle on the right
- Determined the probability of the team winning in a league
- Determined the best combination of players and strategies to increase the probability of winning
- Determined the players that make a great team based on features like attempts, strikes, assists, goals scored and so on
- Predicted the highly paid player based on performance in the teams and league at large.
- Predicted cards both yellow and red served to a team
- Determined the effect of cards on the team's performance
- Found the relationship between receiving cards in the first half and performance in the second half.
- Determined the teams that are likely to attack from a given flank
- Determined the correlation between strategies, ball possession and probabilility of winning.
- Determined the qualitites that make a player crucial to the team's success
How can I contribute to the Football Dataset Analysis project?
Steps to follow
- Fork the project to your respository
- Clone the project repository and run the project, refer to the "How to setup section" to know how to do that.
- Study the project code, suggest changes, rectificiations and any inquiries you might have about the project
- To suggest these changes, you can either
Tools used
Tools and librariesused for development;
- Editor: Jupyter Notebook
- Programming language: Python 3
- Libraries:
How to set up the enviroment?
- Assuming you have python3 and all the dependencies installed.
- Create a directory and change to that directory
> mkdir Data analysis
> cd Data analysis
- Clone this repository.
> git clone https://github.com/knaggita/Football-Dataset-Analysis
- Run Jupyter notebook from commandline
> jupyter notebook
- Run the application.
> Open the application and run
🔗 More in this category
