Baselight

MS Dhoni ODI Stats

Diving into Dhoni's ODI Brilliance: Exploring the Numbers Behind the Legend

@kaggle.sudarshan24byte_ms_dhoni_odi_stats

Loading...
Loading...

About this Dataset

MS Dhoni ODI Stats

MS Dhoni ODI Performance Dataset

Explore the dynamic ODI career of legendary cricketer MS Dhoni with this dataset. This collection includes statistical insights into Dhoni's batting prowess across various matches.

Key features:

  • Runs: Total runs scored by MS Dhoni in each ODI match.
  • Mins: Duration, in minutes, for which Dhoni batted during the match.
  • BF (Balls Faced): The number of balls faced by Dhoni during his innings.
  • 4s: Count of boundaries hit as fours in each match.
  • 6s: Number of sixes hit by Dhoni in the respective ODI.
  • SR (Strike Rate): Dhoni's strike rate, indicating how quickly he scored runs.
  • Pos (Batting Position): The order at which Dhoni batted in the lineup.
  • Dismissal: Type of dismissal (e.g., caught, bowled, lbw) in each match.
  • Inns (Inning): Indicates whether Dhoni batted in the 1st or 2nd inning.
  • Opposition: The team against which the match was played.
  • Ground: Venue where the ODI match took place.
  • Start Date: The date when the ODI match commenced.

Tables

Msdhoni Odi Stats

@kaggle.sudarshan24byte_ms_dhoni_odi_stats.msdhoni_odi_stats
  • 16.4 kB
  • 350 rows
  • 12 columns
Loading...
CREATE TABLE msdhoni_odi_stats (
  "runs" VARCHAR,
  "mins" VARCHAR,
  "bf" VARCHAR,
  "n_4s" VARCHAR  -- 4s,
  "n_6s" VARCHAR  -- 6s,
  "sr" VARCHAR,
  "pos" VARCHAR,
  "dismissal" VARCHAR,
  "inns" VARCHAR,
  "opposition" VARCHAR,
  "ground" VARCHAR,
  "start_date" VARCHAR
);

Share link

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