Football Players From The Brazilian League 2024
Name, Team, Age, Position, Market Value, and Performance Ratings
@kaggle.leandrowrzecionek_players_from_the_brazilian_football_league
Name, Team, Age, Position, Market Value, and Performance Ratings
@kaggle.leandrowrzecionek_players_from_the_brazilian_football_league
The dataset contains information about 644 Brazilian football players, with the following columns:
The data can be useful for analysis of player performance and market value trends in Brazilian football.
CREATE TABLE bra_players (
"player" VARCHAR,
"team" VARCHAR,
"age" BIGINT,
"position" VARCHAR,
"market_value" DOUBLE,
"sofascore" DOUBLE
);Anyone who has the link will be able to view this.