Baselight

Cricket Team Records 2021

Dataset contains the cricket team records for T20 matches played in 2021

@kaggle.ggsri123_cricket_team_records_2021

Loading...
Loading...

About this Dataset

Cricket Team Records 2021

Context

The dataset encapsulates Cricket Team Records/Stats for the year 2021

Content

The dataset contains the following features gathered from ESPN stats for T20s played by each team in the year 2021-

  • Team
  • Matches: T20 matches played this year to date
  • Won: Matches won by the team this year
  • Lost: Matches lost by the team this year
  • Tied: Matches tied, played by the team
  • NR: Matches with no result, played by the team
  • W/L: Win to loss ratio
  • Ave: Average runs per wicket
  • RPO: Average runs per over (6 balls)
  • Inns: Number of team innings
  • HS: Highest Team Score
  • LS: Lowest Completed Score

Acknowledgements

Data gathered from ESPN site - link here

Inspiration

The year 2020 and partly 2021 was a bad year for the sport. This dataset throws an insight into how teams are performing and possibly helps provide a predictive model to the upcoming matches this year.

Tables

Cricket Teamstats 21

@kaggle.ggsri123_cricket_team_records_2021.cricket_teamstats_21
  • 9.94 KB
  • 50 rows
  • 12 columns
Loading...

CREATE TABLE cricket_teamstats_21 (
  "team" VARCHAR,
  "mat" BIGINT,
  "won" BIGINT,
  "lost" BIGINT,
  "tied" BIGINT,
  "nr" BIGINT,
  "w_l" VARCHAR,
  "ave" DOUBLE,
  "rpo" DOUBLE,
  "inns" BIGINT,
  "hs" BIGINT,
  "ls" VARCHAR
);

Fossil Fuel Co2 Emissions By Nation

@kaggle.ggsri123_cricket_team_records_2021.fossil_fuel_co2_emissions_by_nation
  • 288.06 KB
  • 17232 rows
  • 10 columns
Loading...

CREATE TABLE fossil_fuel_co2_emissions_by_nation (
  "year" BIGINT,
  "country" VARCHAR,
  "total" BIGINT,
  "solid_fuel" BIGINT,
  "liquid_fuel" BIGINT,
  "gas_fuel" BIGINT,
  "cement" BIGINT,
  "gas_flaring" BIGINT,
  "per_capita" DOUBLE,
  "bunker_fuels_not_in_total" BIGINT
);

Real Time Traffic Incident Reports

@kaggle.ggsri123_cricket_team_records_2021.real_time_traffic_incident_reports
  • 273.75 KB
  • 247160 rows
  • 9 columns
Loading...

CREATE TABLE real_time_traffic_incident_reports (
  "traffic_report_id" VARCHAR,
  "published_date" VARCHAR,
  "issue_reported" VARCHAR,
  "location" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "address" VARCHAR,
  "status" VARCHAR,
  "status_date" VARCHAR
);

Share link

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