Towards Data Science
A collection of all TDS articles starting from January 2018
@kaggle.johoetter_towards_data_science
A collection of all TDS articles starting from January 2018
@kaggle.johoetter_towards_data_science
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.
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.
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 😁
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!
CREATE TABLE towards_data_science (
"title" VARCHAR,
"tagline" VARCHAR,
"url" VARCHAR,
"date" TIMESTAMP
);Anyone who has the link will be able to view this.