Cricinfo Statsguru Data
For anyone who enjoys Cricket, and analyzing cricket stats.
@kaggle.cclayford_cricinfo_statsguru_data
For anyone who enjoys Cricket, and analyzing cricket stats.
@kaggle.cclayford_cricinfo_statsguru_data
CREATE TABLE men_odi_team_batting_stats (
"country" VARCHAR,
"team_matches_played" BIGINT,
"matches_won" BIGINT,
"matches_lost" BIGINT,
"matches_tied" BIGINT,
"matches_with_no_result" BIGINT,
"win_loss_ratio" DOUBLE,
"avg_runs_per_wicket_batting" DOUBLE,
"avg_runs_per_six_balls_batting" DOUBLE,
"number_of_team_innings_batting" BIGINT,
"highest_team_score_batting" BIGINT,
"lowest_completed_score_batting" BIGINT
);
Anyone who has the link will be able to view this.