Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (1 vote)
140 views

FIFA With Python - Finding FIFA Best XI Using Python - Python Training

This document discusses how to find the best FIFA XI using Python. It involves collecting and analyzing FIFA player dataset using Pandas, Numpy, Matplotlib and Seaborn. The analysis is done to find the best goalkeeper, defenders and midfielders based on their characteristics like reactions, composure, speed, shooting, passing etc. The top players are selected for each position like goalkeeper, center backs, wing backs, controller, playmaker and beast midfielder to form the optimal 4-3-3 formation team.

Uploaded by

pdanish
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
140 views

FIFA With Python - Finding FIFA Best XI Using Python - Python Training

This document discusses how to find the best FIFA XI using Python. It involves collecting and analyzing FIFA player dataset using Pandas, Numpy, Matplotlib and Seaborn. The analysis is done to find the best goalkeeper, defenders and midfielders based on their characteristics like reactions, composure, speed, shooting, passing etc. The top players are selected for each position like goalkeeper, center backs, wing backs, controller, playmaker and beast midfielder to form the optimal 4-3-3 formation team.

Uploaded by

pdanish
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

FIFA with Python | Finding FIFA Best XI

Using Python | Python Training

the below players for 4-3-3 lineup:

1. World's Best Goalkeeper

2. World's Best Defenders

3. World's Best Mid-fielders

4. World's Best Attackers

Collect & Analyze FIFA Dataset

1. Python
1. Pandas
2. Numpy-
3. Matplotlib - visualization
4. Seaborn – visualization
1. Read the First 7 rows from the Dataset.CSV File.
2. Delete the unwanted the columns.
3. Analysis the Data using seaborn method. Now based on nationality preparing the Plot.
4. To find the Best Goal Keeper
Characteristics
a. Gk_shot_stopper:

1. Reaction -----------------------b
2. Composure--------------------b
3. Speed---------------------------a
4. Strength------------------------a
5. Jumping------------------------c
6. GK_Positioning---------------b
7. GK_Diving---------------------c
8. GK_Reflexes------------------d
9. GK_Handling------------------b
b. Gk_sweeper
1. Reaction------------------------b
2. Composure---------------------b
3. Speed----------------------------b
4. Short_pass---------------------a
5. Long_pass----------------------a
6. Jumping---------------------b
7. GK_Positioning------------b
8. GK_Diving------------------ b
9. GK_Reflexes----------------d
10. GK_Handling----------------b
11. GK_Kicking------------------d
12. Vision------------------------c
5. To find the Best Defenders:
1. Centre Backs -2 Nos
2. Wings Backs -2 Nos

Centre Backs:
1. Reactions-----------------d
2. Interception -------------c
3. Sliding_Tackle-----------d
4. Standing_Tackle--------d
5. Vision ---------------------b
6. Composure--------------b
7. Crossing ------------------b
8. ShortPassing ----------------a
9. Long passing -----------------b
10. Acceleration -------------c
11. SprintSpeed---------------b
12. Stamina -------------------d
13. Jumping--------------------d
14. HeadingAccuracy--------d
15. Long shots-----------------b
16. Marking --------------------d
17. Aggression ----------------c

Wing backs:

1. Ball control ---------------b


2. Dribbling ------------------a
3. Marking -------------------a
4. Sliding ---------------------d
5. Standing_Tackle---------d
6. Postion --------------------a
7. Vision ----------------------c
8. Crossing--------------------c
9. ShortPassing ---------------b
10. Long passing -----------------c
11. Acceleration --------------d
12. SprintSpeed --------------d
13. Stamina -------------------d
14. Finishing ------------------a
1. Best Mid Fielders
1. Controller
2. Play Maker
3. Beast

You might also like