Baselight

Indian Team ODI Matches (All Time)

Indian ODI Cricket Matches - Match Dates, Series, Grounds, and Outcomes

@kaggle.adnananam_indian_team_odi_matches_all_time

Loading...
Loading...

About this Dataset

Indian Team ODI Matches (All Time)

Overview:

This dataset contains comprehensive information about the Indian national cricket team's One Day International (ODI) matches played over the years. It covers matches from various series, grounds, and results.

Columns:

Match: A unique identifier for each match.
Date: The date when the ODI match took place.
Series: The name of the cricket series or tournament in which the match was played.
Ground: The venue or stadium where the match was held.
Result: The outcome of the match, indicating whether India won, lost, tied, or the match ended without a result.

Tables

Indian Team Odi Matches All Time

@kaggle.adnananam_indian_team_odi_matches_all_time.indian_team_odi_matches_all_time
  • 32.5 kB
  • 1,041 rows
  • 5 columns
Loading...
CREATE TABLE indian_team_odi_matches_all_time (
  "match" BIGINT,
  "date" TIMESTAMP,
  "series" VARCHAR,
  "ground" VARCHAR,
  "result" VARCHAR
);

Share link

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