jsulz HF staff commited on
Commit
d46557c
1 Parent(s): 8c6077e

modifying readme, adding some card data

Browse files
Files changed (1) hide show
  1. README.md +33 -26
README.md CHANGED
@@ -1,8 +1,14 @@
1
- # Access this dataset
2
-
3
- Click the purple Access dropdown button above this README to start working with this repository.
4
-
5
- Follow our documentation to [copy and update](https://xethub.com/assets/docs/getting-started/update-and-iterate) your own version of this dataset.
 
 
 
 
 
 
6
 
7
  # About this dataset
8
 
@@ -11,35 +17,36 @@ Follow our documentation to [copy and update](https://xethub.com/assets/docs/get
11
  The datasets provided include the players data for the Career Mode from FIFA 15 to FIFA 23. The data allows multiple comparisons for the same players across the last 9 versions of the video game.
12
 
13
  Some ideas of possible analysis:
14
- - Historical comparison between Messi and Ronaldo (what skill attributes changed the most during time - compared to real-life stats);
15
- - Ideal budget to create a competitive team (at the level of top n teams in Europe) and at which point the budget does not allow to buy significantly better players for the 11-men lineup. An extra is the same comparison with the Potential attribute for the lineup instead of the Overall attribute;
16
- - Sample analysis of top n% players (e.g. top 5% of the player) to see if some important attributes as Agility or BallControl or Strength have been popular or not acroos the FIFA versions.
17
-
 
18
  ### Content
19
 
20
- - Every player, coach, and team available in FIFA 15, 16, 17, 18, 19, 20, 21, 22, and also FIFA 23
21
- - All FIFA updates from 10th September 2015 until 13th January 2023
22
- - 110 attributes for players, 8 attributes for coaches, and 54 attributes for teams
23
- - URL of the scraped players, coaches, and teams
24
- - Player positions, with the role in the club and in the national team
25
- - Player attributes with statistics as Attacking, Skills, Defense, Mentality, GK Skills, etc.
26
- - Player personal data like Nationality, Club, DateOfBirth, Wage, Salary, etc.
27
- - Team data regarding their coaches, their overall value, and tactics
28
-
29
  Updates from previous FIFA 22 dataset are the following:
30
 
31
- - Inclusion of FIFA 23 data
32
- - Inclusion of all FIFA updates for each version from 15 to 23
33
- - Addition of coaches and teams data
34
- - Data provided only with the 2nd yearly FIFA update - like done in the previous datasets - is still available in files called 'male_players (legacy)' and 'female_players (legacy)'
35
- - Players data for each gender is now combined in a single file for all FIFA versions and updates
36
- - Only CSV files uploaded (Excel files excluded)
37
- - Other minor changes (e.g. field in players' data called 'sofifa_id' has been updated to 'player_id', since teams and coaches are now included too)
38
 
39
  ### Acknowledgements
40
 
41
  Data has been scraped from the publicly available website [sofifa.com](https://sofifa.com/).
42
 
43
- As described in [https://sofifa.com/robots.txt](https://sofifa.com/robots.txt), there is no limitation at the time of scraping for collecting data for FIFA players, coaches, and teams.
44
 
45
  Limitations to scraping the website only relate to player comparisons and API.
 
1
+ ---
2
+ language: English
3
+ pretty_name: "FIFA23"
4
+ tags: tabular
5
+ license: mit
6
+ task_categories:
7
+ - tabular-classification
8
+ - tabular-regression
9
+ size_categories:
10
+ - 10M<n<100M
11
+ ---
12
 
13
  # About this dataset
14
 
 
17
  The datasets provided include the players data for the Career Mode from FIFA 15 to FIFA 23. The data allows multiple comparisons for the same players across the last 9 versions of the video game.
18
 
19
  Some ideas of possible analysis:
20
+
21
+ - Historical comparison between Messi and Ronaldo (what skill attributes changed the most during time - compared to real-life stats);
22
+ - Ideal budget to create a competitive team (at the level of top n teams in Europe) and at which point the budget does not allow to buy significantly better players for the 11-men lineup. An extra is the same comparison with the Potential attribute for the lineup instead of the Overall attribute;
23
+ - Sample analysis of top n% players (e.g. top 5% of the player) to see if some important attributes as Agility or BallControl or Strength have been popular or not acroos the FIFA versions.
24
+
25
  ### Content
26
 
27
+ - Every player, coach, and team available in FIFA 15, 16, 17, 18, 19, 20, 21, 22, and also FIFA 23
28
+ - All FIFA updates from 10th September 2015 until 13th January 2023
29
+ - 110 attributes for players, 8 attributes for coaches, and 54 attributes for teams
30
+ - URL of the scraped players, coaches, and teams
31
+ - Player positions, with the role in the club and in the national team
32
+ - Player attributes with statistics as Attacking, Skills, Defense, Mentality, GK Skills, etc.
33
+ - Player personal data like Nationality, Club, DateOfBirth, Wage, Salary, etc.
34
+ - Team data regarding their coaches, their overall value, and tactics
35
+
36
  Updates from previous FIFA 22 dataset are the following:
37
 
38
+ - Inclusion of FIFA 23 data
39
+ - Inclusion of all FIFA updates for each version from 15 to 23
40
+ - Addition of coaches and teams data
41
+ - Data provided only with the 2nd yearly FIFA update - like done in the previous datasets - is still available in files called 'male_players (legacy)' and 'female_players (legacy)'
42
+ - Players data for each gender is now combined in a single file for all FIFA versions and updates
43
+ - Only CSV files uploaded (Excel files excluded)
44
+ - Other minor changes (e.g. field in players' data called 'sofifa_id' has been updated to 'player_id', since teams and coaches are now included too)
45
 
46
  ### Acknowledgements
47
 
48
  Data has been scraped from the publicly available website [sofifa.com](https://sofifa.com/).
49
 
50
+ As described in [https://sofifa.com/robots.txt](https://sofifa.com/robots.txt), there is no limitation at the time of scraping for collecting data for FIFA players, coaches, and teams.
51
 
52
  Limitations to scraping the website only relate to player comparisons and API.