Baselight

Kaggle Datasets

A dataset of all the datasets on Kaggle

@kaggle.morriswongch_kaggle_datasets

Loading...
Loading...

About this Dataset

Kaggle Datasets

Inspiration

What did we all upload to kaggle actually? And how did the community responded? We can find it out via looking at this dataset of the datasets.

Content

This dataset is in a csv format, where each column is the features and attributes of a dataset on Kaggle (e.g. tags, filetype, no. of Kernels, etc.) and each row is a dataset on Kaggle

Acknowledgements

Thanks kaggle for the super easy api endpoint design!

Tables

All Kaggle Datasets

@kaggle.morriswongch_kaggle_datasets.all_kaggle_datasets
  • 4.52 MB
  • 13020 rows
  • 37 columns
Loading...

CREATE TABLE all_kaggle_datasets (
  "categories" VARCHAR,
  "commonfiletypes" VARCHAR,
  "creatorname" VARCHAR,
  "creatorurl" VARCHAR,
  "creatoruserid" BIGINT,
  "currentdatasetversionid" BIGINT,
  "currentdatasetversionnumber" BIGINT,
  "datasetid" BIGINT,
  "datasetsize" BIGINT,
  "dataseturl" VARCHAR,
  "dateupdated" VARCHAR,
  "difftype" VARCHAR,
  "downloadcount" BIGINT,
  "forumurl" VARCHAR,
  "iscollaborator" BOOLEAN,
  "isdeleted" BOOLEAN,
  "isfailed" BOOLEAN,
  "isfeatured" BOOLEAN,
  "ishidden" BOOLEAN,
  "isprivate" BOOLEAN,
  "issuperfeatured" BOOLEAN,
  "licensename" VARCHAR,
  "licenseshortname" VARCHAR,
  "maintainerorganization" VARCHAR,
  "overview" VARCHAR,
  "owneravatarurl" VARCHAR,
  "ownername" VARCHAR,
  "ownerurl" VARCHAR,
  "owneruserid" DOUBLE,
  "scriptcount" BIGINT,
  "scriptsurl" VARCHAR,
  "thumbnailimageurl" VARCHAR,
  "title" VARCHAR,
  "topiccount" BIGINT,
  "type" VARCHAR,
  "viewcount" BIGINT,
  "votebutton" VARCHAR
);

Share link

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