Baselight

T20 World Cup

t20 Cricket Match Results and Statistics: Analyzing Match Outcomes,

@kaggle.salmanfarshi_cricket_t20_world_cup

Loading...
Loading...

About this Dataset

T20 World Cup

Column Descriptions:

  • Result: The result of the match (1 = Won, 0 = Lost)
  • Won By Run: The number of runs by which the team won the match
  • Won By Wicket: The number of wickets by which the team won the match
  • Batting First: Indicates if the team batted first (1 = Batting first, 0 = Batting second)
  • Team1: The name of the first team
  • Team2: The name of the second team
  • Home/Away: Indicates if the match was played at home or away (1 = Home, 0 = Away)
  • Match Date: The date of the match
  • Matches: Number of matches played
  • Country: The country of the team

Tables

Cricket T20 World Cup

@kaggle.salmanfarshi_cricket_t20_world_cup.cricket_t20_world_cup
  • 30.82 kB
  • 1,647 rows
  • 10 columns
Loading...
CREATE TABLE cricket_t20_world_cup (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "result" VARCHAR,
  "won_by_run" DOUBLE,
  "won_by_wicket" DOUBLE,
  "batting_first" DOUBLE,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "home_away" BIGINT,
  "match_date" TIMESTAMP,
  "country" VARCHAR
);

Share link

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