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_bowling_stats (
"country" VARCHAR,
"avg_runs_per_wicket_bowling" DOUBLE,
"avg_runs_per_six_balls_bowling" DOUBLE,
"number_of_team_innings_bowling" BIGINT,
"highest_team_score_bowling" BIGINT,
"lowest_completed_score_bowling" BIGINT
);
Anyone who has the link will be able to view this.