Football Players Stats
Comprehensive Football Player Statistics
@kaggle.febinjoy98_football_players_stats
Comprehensive Football Player Statistics
@kaggle.febinjoy98_football_players_stats
CREATE TABLE football_players_stats (
"player_name" VARCHAR,
"team" VARCHAR,
"position" VARCHAR,
"age" BIGINT,
"matches_played" BIGINT,
"goals" BIGINT,
"assists" BIGINT,
"yellow_cards" BIGINT,
"red_cards" BIGINT,
"minutes_played" BIGINT,
"pass_accuracy" DOUBLE,
"tackles" BIGINT,
"interceptions" BIGINT,
"shots_on_target" BIGINT,
"fouls_won" BIGINT,
"dribbles_completed" BIGINT
);
Anyone who has the link will be able to view this.