Medium Articles Dataset 📝
Dataset on numerous articles published since 2022 from 7 different publications
@kaggle.arnabchaki_medium_articles_dataset
Dataset on numerous articles published since 2022 from 7 different publications
@kaggle.arnabchaki_medium_articles_dataset
CREATE TABLE medium_data (
"id" BIGINT,
"url" VARCHAR,
"title" VARCHAR,
"subtitle" VARCHAR,
"claps" DOUBLE,
"responses" BIGINT,
"reading_time" BIGINT,
"publication" VARCHAR,
"date" VARCHAR
);
Anyone who has the link will be able to view this.