Kaggle Datasets
A dataset of all the datasets on Kaggle
@kaggle.morriswongch_kaggle_datasets
A dataset of all the datasets on Kaggle
@kaggle.morriswongch_kaggle_datasets
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.
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
Thanks kaggle for the super easy api endpoint design!
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
);Anyone who has the link will be able to view this.