Baselight

Cricket Player Data

Web Scraped data of MS-Dhoni

@kaggle.bhuviranga_cricket_player_data

Loading...
Loading...

About this Dataset

Cricket Player Data

This data has been web-scraped from site
I've used beautiful soup library. Later I've used this dataset in and End-to-End Project.

Tables

Ms Dhoni

@kaggle.bhuviranga_cricket_player_data.ms_dhoni
  • 9.93 KB
  • 84 rows
  • 10 columns
Loading...

CREATE TABLE ms_dhoni (
  "unnamed_0" BIGINT,
  "runs" BIGINT,
  "bf" BIGINT,
  "sr" DOUBLE,
  "n_4s" BIGINT,
  "n_6s" BIGINT,
  "opposition" VARCHAR,
  "ground" VARCHAR,
  "start_date" TIMESTAMP,
  "year" DOUBLE
);

Share link

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