Metadata Of Kaggle Dataset Include MedalVoteCount
Which dataset will be received silver and gold medals?
@kaggle.kukuroo3_dataset_of_kaggle_dataset_include_medalvotecount
Which dataset will be received silver and gold medals?
@kaggle.kukuroo3_dataset_of_kaggle_dataset_include_medalvotecount
The Kaggle Dataset medal rule has a bronze medal when a user with a rank of novice or higher upvotes 5 or more, a silver medal when 20 or more upvotes, and a gold medal when 50 or more. Recently I uploaded a lot of datasets to Kaggle. However, although I have won many bronze medals, I have never won more than a silver medal. So, I created this dataset to check the characteristics of the dataset that will receive the silver medal.
The metadata of the dataset that received at least one upvote among all Kaggle datasets and the number of MedalVoteCount in each dataset were recorded together.
This dataset can be used to create strategies for receiving silver and gold medals.
42,955 meta data of datasets from 2015-12 to 2021-11
https://www.kaggle.com/kaggle/meta-kaggle
and get "MedalVoteCount" value by scraping
CREATE TABLE medalvotecount (
"datasetmedals" VARCHAR,
"ct" TIMESTAMP,
"dataurl" VARCHAR,
"totalviews" BIGINT,
"votecount" BIGINT,
"medalvotecount" BIGINT,
"totaldownloads" BIGINT,
"totalkernel" BIGINT,
"title" VARCHAR,
"description" VARCHAR,
"key" VARCHAR,
"license" VARCHAR
);Anyone who has the link will be able to view this.