All Projects → sharmaroshan → FIFA-2019-Analysis

sharmaroshan / FIFA-2019-Analysis

Licence: GPL-3.0 license
This is a project based on the FIFA World Cup 2019 and Analyzes the Performance and Efficiency of Teams, Players, Countries and other related things using Data Analysis and Data Visualizations

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FIFA-2019-Analysis

exemplary-ml-pipeline
Exemplary, annotated machine learning pipeline for any tabular data problem.
Stars: ✭ 23 (-17.86%)
Mutual labels:  feature-selection, feature-engineering, data-cleaning
50-days-of-Statistics-for-Data-Science
This repository consist of a 50-day program. All the statistics required for the complete understanding of data science will be uploaded in this repository.
Stars: ✭ 19 (-32.14%)
Mutual labels:  eda, feature-selection, feature-engineering
Market-Mix-Modeling
Market Mix Modelling for an eCommerce firm to estimate the impact of various marketing levers on sales
Stars: ✭ 31 (+10.71%)
Mutual labels:  eda, feature-selection, feature-engineering
gallia-core
A schema-aware Scala library for data transformation
Stars: ✭ 44 (+57.14%)
Mutual labels:  data-manipulation, feature-engineering
Drugs Recommendation Using Reviews
Analyzing the Drugs Descriptions, conditions, reviews and then recommending it using Deep Learning Models, for each Health Condition of a Patient.
Stars: ✭ 35 (+25%)
Mutual labels:  feature-engineering, data-cleaning
skrobot
skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.
Stars: ✭ 22 (-21.43%)
Mutual labels:  feature-selection, feature-engineering
NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.
Stars: ✭ 797 (+2746.43%)
Mutual labels:  feature-selection, feature-engineering
msda
Library for multi-dimensional, multi-sensor, uni/multivariate time series data analysis, unsupervised feature selection, unsupervised deep anomaly detection, and prototype of explainable AI for anomaly detector
Stars: ✭ 80 (+185.71%)
Mutual labels:  feature-selection, feature-engineering
Machine Learning Workflow With Python
This is a comprehensive ML techniques with python: Define the Problem- Specify Inputs & Outputs- Data Collection- Exploratory data analysis -Data Preprocessing- Model Design- Training- Evaluation
Stars: ✭ 157 (+460.71%)
Mutual labels:  feature-engineering, data-cleaning
featurewiz
Use advanced feature engineering strategies and select best features from your data set with a single line of code.
Stars: ✭ 229 (+717.86%)
Mutual labels:  feature-selection, feature-engineering
feature engine
Feature engineering package with sklearn like functionality
Stars: ✭ 758 (+2607.14%)
Mutual labels:  feature-selection, feature-engineering
dominance-analysis
This package can be used for dominance analysis or Shapley Value Regression for finding relative importance of predictors on given dataset. This library can be used for key driver analysis or marginal resource allocation models.
Stars: ✭ 111 (+296.43%)
Mutual labels:  feature-selection, feature-engineering
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+4096.43%)
Mutual labels:  eda, data-cleaning
Complete Life Cycle Of A Data Science Project
Complete-Life-Cycle-of-a-Data-Science-Project
Stars: ✭ 140 (+400%)
Mutual labels:  eda, feature-engineering
tsflex
Flexible time series feature extraction & processing
Stars: ✭ 252 (+800%)
Mutual labels:  feature-engineering
optimus
🚚 Agile Data Preparation Workflows made easy with Pandas, Dask, cuDF, Dask-cuDF, Vaex and PySpark
Stars: ✭ 1,351 (+4725%)
Mutual labels:  data-cleaning
Manual Testing
This repository contains the General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.
Stars: ✭ 134 (+378.57%)
Mutual labels:  beginner
react-vector-maps
🗺 A React component for interactive vector maps of the world and 100+ countries
Stars: ✭ 112 (+300%)
Mutual labels:  world
python-for-everybody-solutions
Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance
Stars: ✭ 166 (+492.86%)
Mutual labels:  beginner
R-Learning-Journey
Some of the projects i made when starting to learn R for Data Science at the university
Stars: ✭ 19 (-32.14%)
Mutual labels:  data-cleaning

FIFA-2019-Analysis

This is a project based on the FIFA World Cup 2019 and Analyzes the Performance and Efficiency of Teams, Players, Countries and other related things using Data Analysis and Data Visualizations

About

About this file data.csv includes lastest edition FIFA 2019 players attributes like Age, Nationality, Overall, Potential, Club, Value, Wage, Preferred Foot, International Reputation, Weak Foot, Skill Moves, Work Rate, Position, Jersey Number, Joined, Loaned From, Contract Valid Until, Height, Weight, LS, ST, RS, LW, LF, CF, RF, RW, LAM, CAM, RAM, LM, LCM, CM, RCM, RM, LWB, LDM, CDM, RDM, RWB, LB, LCB, CB, RCB, RB, Crossing, Finishing, Heading, Accuracy, ShortPassing, Volleys, Dribbling, Curve, FKAccuracy, LongPassing, BallControl, Acceleration, SprintSpeed, Agility, Reactions, Balance, ShotPower, Jumping, Stamina, Strength, LongShots, Aggression, Interceptions, Positioning, Vision, Penalties, Composure, Marking, StandingTackle, SlidingTackle, GKDiving, GKHandling, GKKicking, GKPositioning, GKReflexes, and Release Clause.

FIFA 19 is a football simulation video game developed by EA Vancouver as part of Electronic Arts’ FIFA series. As a football fan and game player, I wrote this blog post to perform some data exploration on FIFA 19 Player Dataset from Kaggle.

The dataset contains information of all 18207 players from the latest edition FIFA 19. There are 89 attributes including personal information like age, name, nationality, photo, club, wage, etc, and also player skill information like ball control, dribbling, crossing, finishing, GK skills and etc.

I will focus on the three questions below:

Q1: What’s the ratio of total wages/ total potential for clubs. Which clubs are the most economical ?

Q2: What’s the age distribution like? How is it related to the player’s overall rating?

Q3: How is a player’s skill set influence his potential? Can we predict a player’s potential based on his skills’ set?

What’s the ratio of total wages/ total potential for clubs. Which clubs are the most economical ? First I would like to look at the data at the clubs’ level. There is a total of 651 clubs collected and on average 27.6 players for each club. So which of the clubs are richest among them and which are more cost-effective?

To find answers to the first question, we can take a look at the wage/potential ratio for each club. The higher the ratio is, the more willingly a club spends money on high potential players.

On average, clubs spend €140 on wage for every potential of their players. So for a common player with 50 potential, his club will pay €7000 every year.

Context

Football analytics

Content

Detailed attributes for every player registered in the latest edition of FIFA 19 database. Scraping code at GitHub repo: https://github.com/amanthedorkknight/fifa18-all-player-statistics/tree/master/2019

Acknowledgements

Data scraped from https://sofifa.com/

Inspiration

Inspired from this dataset: https://www.kaggle.com/thec03u5/fifa-18-demo-player-dataset

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].