Baselight

LaLiga Player Stats

A compiled stats of all the players in LaLiga 2019-2020

@kaggle.thegreatcoder_laliga_player_stats

Laliga Player Stats English
@kaggle.thegreatcoder_laliga_player_stats.laliga_player_stats_english

  • 91.69 KB
  • 556 rows
  • 62 columns
team

Team

position

Position

shirt_number

Shirt Number

name

Name

minutes_played

Minutes Played

games_played

Games Played

percentage_of_games_played

Percentage Of Games Played

full_games_played

Full Games Played

percentage_of_full_games_played

Percentage Of Full Games Played

games_started

Games Started

percentage_of_games_started

Percentage Of Games Started

games_where_substituted

Games Where Substituted

percentage_of_games_where_substituted

Percentage Of Games Where Substituted

yellow_cards

Yellow Cards

red_cards

Red Cards

second_yellows

Second Yellows

goals_scored

Goals Scored

penalties_scored

Penalties Scored

own_goals

Own Goals

goals_conceded_while_player_on_pitch

Goals Conceded While Player On Pitch

tackles

Tackles

interceptions

Interceptions

recoveries

Recoveries

clearances

Clearances

successful_tackles

Successful Tackles

unssuccessful_tackles

Unssuccessful Tackles

last_man

Last Man

successful_duels

Successful Duels

duels_lost

Duels Lost

successful_aerial_challenges

Successful Aerial Challenges

unsuccessful_aerial_challenges

Unsuccessful Aerial Challenges

offsides

Offsides

fouls_suffered

Fouls Suffered

fouls_committed

Fouls Committed

penalties_won

Penalties Won

penalties_given_away

Penalties Given Away

handballs_committed

Handballs Committed

fouls_committed_per_card

Fouls Committed Per Card

shots

Shots

shots_on_target

Shots On Target

assists

Assists

successful_dribbles

Successful Dribbles

unsuccessful_dribbles

Unsuccessful Dribbles

goals_scored_1

Goals Scored.1

from_inside_the_area

From Inside The Area

from_outside_the_area

From Outside The Area

goals_with_left_foot

Goals With Left Foot

goals_with_right_foot

Goals With Right Foot

penalties_scored_1

Penalties Scored.1

goals_scored_with_header

Goals Scored With Header

goals_from_set_piece

Goals From Set Piece

crosses

Crosses

corners

Corners

tackles_1

Tackles.1

duels

Duels

man_to_man_duels

Man-to-man Duels

aerial_duels

Aerial Duels

passes

Passes

short_passes

Short Passes

long_passes

Long Passes

through_balls

Through Balls

goals_scored_per_attempt

Goals Scored Per Attempt

Athletic ClubGoalkeeperHodei Oleaga0.00%0.00%0.00%0.00%
Athletic ClubGoalkeeper1A. Remiro0.00%0.00%0.00%0.00%
Athletic ClubGoalkeeper13Herrerín2.793182.00%3182.00%3182.00%0.00%1322282733181411256198871287591
Athletic ClubGoalkeeper25Unai Simón630718.00%718.00%718.00%0.00%2131543211132115549106
Athletic ClubDefender3Núñez1.0631232.00%1129.00%1129.00%13.00%4151228505711419194326216179321151073869536457781
Athletic ClubDefender4I. Martínez2.9033387.00%3284.00%3387.00%13.00%1240146818214326271085494735538231212144115533291621671.441.0743615
Athletic ClubDefender5Yeray2.6143079.00%2874.00%3079.00%25.00%103016631381443025276501016924312173514552961261701.2841.051233
Athletic ClubDefender6San José1.7163387.00%1539.00%1642.00%1847.00%7236219934251752896636283416113571142243141102707637646
Athletic ClubDefender12Yuri B.3.123592.00%3387.00%3592.00%25.00%9124094327071321515410078413783812226232242111002483732541191.3671.2739221
Athletic ClubDefender15I. Lekue210411.00%25.00%25.00%25.00%14411102310105431131102529209857510

CREATE TABLE laliga_player_stats_english (
  "team" VARCHAR,
  "position" VARCHAR,
  "shirt_number" DOUBLE,
  "name" VARCHAR,
  "minutes_played" DOUBLE,
  "games_played" BIGINT,
  "percentage_of_games_played" VARCHAR,
  "full_games_played" BIGINT,
  "percentage_of_full_games_played" VARCHAR,
  "games_started" BIGINT,
  "percentage_of_games_started" VARCHAR,
  "games_where_substituted" BIGINT,
  "percentage_of_games_where_substituted" VARCHAR,
  "yellow_cards" BIGINT,
  "red_cards" BIGINT,
  "second_yellows" BIGINT,
  "goals_scored" BIGINT,
  "penalties_scored" BIGINT,
  "own_goals" BIGINT,
  "goals_conceded_while_player_on_pitch" BIGINT,
  "tackles" BIGINT,
  "interceptions" BIGINT,
  "recoveries" BIGINT,
  "clearances" BIGINT,
  "successful_tackles" BIGINT,
  "unssuccessful_tackles" BIGINT,
  "last_man" BIGINT,
  "successful_duels" BIGINT,
  "duels_lost" BIGINT,
  "successful_aerial_challenges" BIGINT,
  "unsuccessful_aerial_challenges" BIGINT,
  "offsides" BIGINT,
  "fouls_suffered" BIGINT,
  "fouls_committed" BIGINT,
  "penalties_won" BIGINT,
  "penalties_given_away" BIGINT,
  "handballs_committed" BIGINT,
  "fouls_committed_per_card" BIGINT,
  "shots" BIGINT,
  "shots_on_target" BIGINT,
  "assists" BIGINT,
  "successful_dribbles" BIGINT,
  "unsuccessful_dribbles" BIGINT,
  "goals_scored_1" BIGINT,
  "from_inside_the_area" BIGINT,
  "from_outside_the_area" BIGINT,
  "goals_with_left_foot" BIGINT,
  "goals_with_right_foot" BIGINT,
  "penalties_scored_1" BIGINT,
  "goals_scored_with_header" BIGINT,
  "goals_from_set_piece" BIGINT,
  "crosses" BIGINT,
  "corners" BIGINT,
  "tackles_1" BIGINT,
  "duels" BIGINT,
  "man_to_man_duels" BIGINT,
  "aerial_duels" BIGINT,
  "passes" DOUBLE,
  "short_passes" DOUBLE,
  "long_passes" BIGINT,
  "through_balls" BIGINT,
  "goals_scored_per_attempt" BIGINT
);

Share link

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