Baselight

Beginner DataSet To Learn & Practice EDA, ML, Etc.

Beginner DataSet to Learn & Practice EDA, DataModelling, Visualizations, ML, etc

@kaggle.ghoshsaibal_dataset

Loading...
Loading...

About this Dataset

Beginner DataSet To Learn & Practice EDA, ML, Etc.

DataSet for Beginners to Learn & Practice EDA , Data Modelling , and start their Journey with Basics - this is a practice dataset that can be used by Beginners to download and start with the basics, also have attached a notepad with the basic coding to start their journey

ID - match id
Season - season when the match happened
City - city where the match happened
Date
Team1
Team2
Toss Winner
Toss Decision
Result
DL Applied

Tables

Ipl Matches

@kaggle.ghoshsaibal_dataset.ipl_matches
  • 28.96 kB
  • 636 rows
  • 18 columns
Loading...
CREATE TABLE ipl_matches (
  "id" BIGINT,
  "season" BIGINT,
  "city" VARCHAR,
  "date" VARCHAR,
  "team1" VARCHAR,
  "team2" VARCHAR,
  "toss_winner" VARCHAR,
  "toss_decision" VARCHAR,
  "result" VARCHAR,
  "dl_applied" BIGINT,
  "winner" VARCHAR,
  "win_by_runs" BIGINT,
  "win_by_wickets" BIGINT,
  "player_of_match" VARCHAR,
  "venue" VARCHAR,
  "umpire1" VARCHAR,
  "umpire2" VARCHAR,
  "umpire3" VARCHAR
);

Share link

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