Baselight

15,000+ Courses From 13 Leading Online Providers

Explore 15,000+ MOOC courses from 13 top providers with ratings and skills.

@kaggle.aloktantrik_dataset_of_1200_coursera_courses

Loading...
Loading...

About this Dataset

15,000+ Courses From 13 Leading Online Providers

Online Courses Datasets

Overview

This repository contains datasets from various educational platforms and institutions, detailing information about the courses they offer. Each dataset provides key details such as course titles, descriptions, pricing, associated institutes, instructor names, ratings, reviews, enrollment numbers, and the skills that learners will gain.

Datasets

1. Barkeley_extension.csv

  • Size: 34.14 kB
  • Description: Contains information about courses offered by Berkeley Extension, including course titles, descriptions, pricing, and more.

2. Harvard_university.csv

  • Size: 186.63 kB
  • Description: Contains information about courses offered by Harvard University, including details such as course titles, descriptions, pricing, and more.

3. MIT_ocw.csv

  • Size: 769.83 kB
  • Description: Contains information about courses available through MIT OpenCourseWare, including course titles, descriptions, pricing, and more.

4. Oxford.csv

  • Size: 452.63 kB
  • Description: Contains information about courses offered by the University of Oxford, including details such as course titles, descriptions, pricing, and more.

5. Stanford.csv

  • Size: 117.7 kB
  • Description: Contains information about courses offered by Stanford University, including course titles, descriptions, pricing, and more.

6. Alison.csv

  • Size: 2.03 MB
  • Description: Contains information about courses offered by Alison, including free online courses. It includes details such as course titles, descriptions, pricing, and more.

7. Coursera_update.csv

  • Size: 1.57 MB
  • Description: Contains updated information on courses available on Coursera, including course titles, descriptions, pricing, and more.

8. Edx.csv

  • Size: 1.07 MB
  • Description: Contains detailed information on courses offered by edX, including course titles, descriptions, pricing, and more.

9. Futurelearn.csv

  • Size: 390.04 kB
  • Description: Contains information on courses available on FutureLearn, including course titles, descriptions, pricing, and more.

10. London_school_of_economics.csv

  • Size: 17.26 kB
  • Description: Contains information about courses offered by the London School of Economics, including course titles, descriptions, pricing, and more.

11. Pluralsight.csv

  • Size: 162.1 kB
  • Description: Contains information about courses offered by Pluralsight, focusing on technology-related courses. It includes course titles, descriptions, pricing, and more.

12. Swayam.csv

  • Size: 559.01 kB
  • Description: Contains information about courses offered by SWAYAM, an Indian online education platform, including course titles, descriptions, pricing, and more.

13. Udacity.csv

  • Size: 69.1 kB
  • Description: Contains information about courses offered by Udacity, including course titles, descriptions, pricing, and more.

Usage

These datasets can be used for various purposes, including:

  • Analyzing course offerings across different platforms.
  • Comparing pricing and content across educational institutions.
  • Researching trends in online education.

License

Please review the terms of use for each platform individually, as these datasets are compiled from public data available on their respective websites.

Acknowledgments

Special thanks to all the educational platforms and institutions for providing detailed course information that makes this analysis possible.

Tables

Alison

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.alison
  • 764.1 KB
  • 5725 rows
  • 8 columns
Loading...

CREATE TABLE alison (
  "name_of_the_course" VARCHAR,
  "institute" VARCHAR,
  "duration" VARCHAR,
  "number_of_learners" BIGINT,
  "link" VARCHAR,
  "skills" VARCHAR,
  "type" VARCHAR,
  "category" VARCHAR
);

Barkeley Extension

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.barkeley_extension
  • 23.89 KB
  • 45 rows
  • 9 columns
Loading...

CREATE TABLE barkeley_extension (
  "name" VARCHAR,
  "code" VARCHAR,
  "about" VARCHAR,
  "link" VARCHAR,
  "ng_binding_2_ng_binding_3_ng_binding_8" VARCHAR,
  "ng_binding_5" VARCHAR,
  "date" VARCHAR,
  "mode" VARCHAR,
  "instructure" VARCHAR
);

Edx

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.edx
  • 308.85 KB
  • 2240 rows
  • 5 columns
Loading...

CREATE TABLE edx (
  "url" VARCHAR,
  "name" VARCHAR,
  "course_provider" VARCHAR,
  "category" VARCHAR,
  "unnamed_4" VARCHAR
);

Futurelearn

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.futurelearn
  • 110.78 KB
  • 1859 rows
  • 9 columns
Loading...

CREATE TABLE futurelearn (
  "link" VARCHAR,
  "institution" VARCHAR,
  "name" VARCHAR,
  "rating" DOUBLE,
  "review" VARCHAR,
  "duration" VARCHAR,
  "spend_time_per_week" VARCHAR,
  "category" VARCHAR,
  "type" VARCHAR
);

Harvard University

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.harvard_university
  • 66.94 KB
  • 494 rows
  • 10 columns
Loading...

CREATE TABLE harvard_university (
  "link_to_course" VARCHAR,
  "subject" VARCHAR,
  "category_link" VARCHAR,
  "mode" VARCHAR,
  "name" VARCHAR,
  "about" VARCHAR,
  "price" VARCHAR,
  "offered_by" VARCHAR,
  "duration" VARCHAR,
  "availability" VARCHAR
);

London School Of Economics

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.london_school_of_economics
  • 7.83 KB
  • 97 rows
  • 6 columns
Loading...

CREATE TABLE london_school_of_economics (
  "link" VARCHAR,
  "category" VARCHAR,
  "mode" VARCHAR,
  "duration" VARCHAR,
  "name" VARCHAR,
  "date" VARCHAR
);

Mit Ocw

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.mit_ocw
  • 187.76 KB
  • 2544 rows
  • 8 columns
Loading...

CREATE TABLE mit_ocw (
  "course_link" VARCHAR,
  "course_code" VARCHAR,
  "category" VARCHAR,
  "sub_category" VARCHAR,
  "name" VARCHAR,
  "instructure" VARCHAR,
  "topic" VARCHAR,
  "resource_type" VARCHAR
);

Oxford

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.oxford
  • 166.06 KB
  • 1049 rows
  • 7 columns
Loading...

CREATE TABLE oxford (
  "link" VARCHAR,
  "name" VARCHAR,
  "availability" VARCHAR,
  "mode" VARCHAR,
  "about_course" VARCHAR,
  "duration" VARCHAR,
  "number_of_meetings" VARCHAR
);

Pluralsight

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.pluralsight
  • 65.76 KB
  • 917 rows
  • 8 columns
Loading...

CREATE TABLE pluralsight (
  "link" VARCHAR,
  "type" VARCHAR,
  "name" VARCHAR,
  "instructure" VARCHAR,
  "level" VARCHAR,
  "duration" VARCHAR,
  "date_created" VARCHAR,
  "rating" DOUBLE
);

Stanford

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.stanford
  • 44.17 KB
  • 586 rows
  • 6 columns
Loading...

CREATE TABLE stanford (
  "link" VARCHAR,
  "course_name" VARCHAR,
  "course_code" VARCHAR,
  "school" VARCHAR,
  "location" VARCHAR,
  "status" VARCHAR
);

Swayam

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.swayam
  • 51.61 KB
  • 1648 rows
  • 8 columns
Loading...

CREATE TABLE swayam (
  "url" VARCHAR,
  "name" VARCHAR,
  "instructure" VARCHAR,
  "institute" VARCHAR,
  "duration" VARCHAR,
  "last_date" VARCHAR,
  "exam_date" VARCHAR,
  "exam_registration_last_date" VARCHAR
);

Udacity

@kaggle.aloktantrik_dataset_of_1200_coursera_courses.udacity
  • 27.56 KB
  • 570 rows
  • 5 columns
Loading...

CREATE TABLE udacity (
  "name_of_he_course" VARCHAR,
  "link" VARCHAR,
  "rating" VARCHAR,
  "duration" VARCHAR,
  "level" VARCHAR
);

Share link

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