Baselight

Its Rugby Player Data

Rugby player data from major union clubs

@kaggle.patricknaylor_its_rugby_player_data

Itsrugby Players
@kaggle.patricknaylor_its_rugby_player_data.itsrugby_players

  • 558.83 KB
  • 51211 rows
  • 16 columns
player_id

Player Id

birthdate

Birthdate

pos

Pos

year

Year

team

Team

competition

Competition

pts

Pts

played

Played

start

Start

try

Try

pen

Pen

dp

Dp

tr

Tr

yellow

Yellow

red

Red

min

Min

esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2022BriveTop 1422160
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2021BriveEuropean Rugby Challenge Cup129
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2021BriveTop 1410201421185
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2020BriveEuropean Rugby Challenge Cup22136
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2020BriveTop 14831315
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2019BriveEuropean Rugby Challenge Cup22135
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2019BriveTop 1422139
esteban-abadie-4289Mon Dec 01 1997 00:00:00 GMT+0000 (Coordinated Universal Time)Third Row2017Racing 92Top 14124
paul-abadie-3015Thu Jul 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)Scrum half2022BriveTop 141142
paul-abadie-3015Thu Jul 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)Scrum half2021BriveEuropean Rugby Challenge Cup2185

CREATE TABLE itsrugby_players (
  "player_id" VARCHAR,
  "birthdate" TIMESTAMP,
  "pos" VARCHAR,
  "year" BIGINT,
  "team" VARCHAR,
  "competition" VARCHAR,
  "pts" DOUBLE,
  "played" DOUBLE,
  "start" DOUBLE,
  "try" DOUBLE,
  "pen" DOUBLE,
  "dp" DOUBLE,
  "tr" DOUBLE,
  "yellow" DOUBLE,
  "red" DOUBLE,
  "min" DOUBLE
);

Share link

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