Baselight

Towards Data Science

A collection of all TDS articles starting from January 2018

@kaggle.johoetter_towards_data_science

Loading...
Loading...

About this Dataset

Towards Data Science

Context

As a Data Scientist, you most likely at some point already have heard of TDS. It is an amazing publication about lots of AI-related topics, providing Hands-On project expertise, interesting framework and technology discussions and the theory behind hundreds of algorithms.

Content

I scraped the archive of TDS from 2018 until 2021 to collect the titles, taglines, urls and date of (almost) every article in that year). You can apply various techniques on this data, such as for instance topic modeling.

If needed, I can also continue labeling this dataset. Just drop me a note what you'd be interested in, and I'll add labels to this dataset.

Acknowledgements

Of course, special thanks to Towards Data Science and its editors for providing such great content on their publication. Reading such articles is always a great start into the day for me 😁

Inspiration

Think about ways to make sense of this data. What kind of articles have been published the most? What are the topics of the respective years or months?

Tip: You might also want to think about how you can enrich this data? There are many ways to do so!

Tables

Towards Data Science

@kaggle.johoetter_towards_data_science.towards_data_science
  • 4.08 MB
  • 30665 rows
  • 4 columns
Loading...

CREATE TABLE towards_data_science (
  "title" VARCHAR,
  "tagline" VARCHAR,
  "url" VARCHAR,
  "date" TIMESTAMP
);

Share link

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