Baselight

Medium Articles Dataset šŸ“

Dataset on numerous articles published since 2022 from 7 different publications

@kaggle.arnabchaki_medium_articles_dataset

Medium Data
@kaggle.arnabchaki_medium_articles_dataset.medium_data

  • 260.88 KB
  • 2498 rows
  • 9 columns
id

Id

url

Url

title

Title

subtitle

Subtitle

claps

Claps

responses

Responses

reading_time

Reading Time

publication

Publication

date

Date

1https://towardsdatascience.com/not-all-rainbows-and-sunshine-the-darker-side-of-chatgpt-75917472b9cNot All Rainbows and Sunshine: The Darker Side ofĀ ChatGPTPart 1: The Risks and EthicalĀ Issues…453119Towards Data Science27-01-2023
2https://towardsdatascience.com/ethics-in-ai-potential-root-causes-for-biased-algorithms-890091915aa3Ethics in AI: Potential Root Causes for Biased AlgorithmsAn alternative approach to understanding bias inĀ data311312Towards Data Science27-01-2023
3https://towardsdatascience.com/python-tuple-the-whole-truth-and-only-truth-lets-dig-deep-24d2bf02971bPython Tuple, The Whole Truth and Only the Truth: Let’s DigĀ Deepnan18824Towards Data Science27-01-2023
4https://towardsdatascience.com/dates-and-subqueries-in-sql-eaf58a3c6cf9Dates and Subqueries inĀ SQLWorking with dates inĀ SQL1514Towards Data Science27-01-2023
5https://towardsdatascience.com/temporal-differences-with-python-first-sample-based-reinforcement-learning-algorithm-54c11745a0eeTemporal Differences with Python: First Sample-Based Reinforcement Learning Algorithmnan1013Towards Data Science27-01-2023
6https://towardsdatascience.com/numpy-character-level-rnn-af1428bb10a8Going Under the Hood of Character-Level RNNs: A NumPy-based Implementation GuideDue to theĀ recent…2717Towards Data Science27-01-2023
7https://uxdesign.cc/chatgpt-isnt-all-it-seems-93a674154530ChatGPT isn’t all it seems, read this before you useĀ it.ChatGPT is anĀ AI…17828UX Collective27-01-2023
8https://medium.com/swlh/10-subtle-strategies-i-wish-i-knew-when-i-had-23-email-subscribers-and-made-0-online-3eb65c33506010 Subtle Strategies I Wish I Knew When I Had 23 Email Subscribers and Made $0Ā Onlinenan3200516The Startup27-01-2023
9https://medium.com/swlh/how-to-start-a-niche-site-in-under-3-hours-with-checklist-f102482eaa3bHow To Start A Niche Site in Under 3 Hours (With Checklist)How to build a niche site in only oneĀ hour…42678The Startup27-01-2023
10https://medium.com/swlh/dont-become-a-full-time-content-creator-if-you-have-low-risk-tolerance-13fa2f77791aDon’t Become a Full-Time Content Creator If You Have Low-Risk ToleranceA friendly warning beforeĀ you…847104The Startup27-01-2023

CREATE TABLE medium_data (
  "id" BIGINT,
  "url" VARCHAR,
  "title" VARCHAR,
  "subtitle" VARCHAR,
  "claps" DOUBLE,
  "responses" BIGINT,
  "reading_time" BIGINT,
  "publication" VARCHAR,
  "date" VARCHAR
);

Share link

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