Baselight

ICC Men's Team Rankings(2024) Dataset

"ICC Men's Test Team Rankings: Performance Ratings and Career Highs"

@kaggle.bhadramohit_icc_mens_team_rankings2024_dataset

Test Teams Ranking
@kaggle.bhadramohit_icc_mens_team_rankings2024_dataset.test_teams_ranking

  • 4.23 KB
  • 12 rows
  • 5 columns
pos

Pos

team

Team

matches

Matches

pts

Pts

rating

Rating

1Australia303715124
2India293498121
3South Africa242524105
4England424315103
5Sri Lanka25227191
6New Zealand25222089
7Pakistan24206086
8West Indies26199277
9Bangladesh26165364
10Ireland513126

CREATE TABLE test_teams_ranking (
  "pos" BIGINT,
  "team" VARCHAR,
  "matches" BIGINT,
  "pts" BIGINT,
  "rating" BIGINT
);

Share link

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