Baselight

TED-Ed

Data on TED-Ed from youtube until May 15th, 2024.

@kaggle.viratchauhan_ted_ed

Loading...
Loading...

About this Dataset

TED-Ed

Contains transcripts coupled with the video titles for all videos on the **TED-Ed ** youtube channel, upto 14th June 2024.

The TED-Ed dataset contains information covered by the brief videos on all kinds of topics covering variety of domains such as social sciences, geography, astronomy and computer science.

Aiming to keep things simple, I have only created one csv file which consists of the video url, title and the transcriptions.

This was created as part of a hackathon project and I found the entire scraping process quite simple and enjoyable.

Open to suggestions for improvements on all accounts! :)

Tables

Teded

@kaggle.viratchauhan_ted_ed.teded
  • 6.72 MB
  • 2109 rows
  • 3 columns
Loading...

CREATE TABLE teded (
  "title" VARCHAR,
  "link" VARCHAR,
  "caption" VARCHAR
);

Share link

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