Baselight

Football Players From The Brazilian League 2024

Name, Team, Age, Position, Market Value, and Performance Ratings

@kaggle.leandrowrzecionek_players_from_the_brazilian_football_league

Loading...
Loading...

About this Dataset

Football Players From The Brazilian League 2024

The dataset contains information about 644 Brazilian football players, with the following columns:

  1. Player: Name of the football player.
  2. Team: The team the player is associated with.
  3. Age: Age of the player.
  4. Position: The player's position on the field (e.g., goalkeeper, center back).
  5. Market Value: The estimated market value of the player (in Euros, according to Transfermarkt).
  6. SofaScore: The player's performance rating according to SofaScore, though some values are missing.

The data can be useful for analysis of player performance and market value trends in Brazilian football.

Tables

Bra Players

@kaggle.leandrowrzecionek_players_from_the_brazilian_football_league.bra_players
  • 14.12 KB
  • 644 rows
  • 6 columns
Loading...

CREATE TABLE bra_players (
  "player" VARCHAR,
  "team" VARCHAR,
  "age" BIGINT,
  "position" VARCHAR,
  "market_value" DOUBLE,
  "sofascore" DOUBLE
);

Share link

Anyone who has the link will be able to view this.