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
Explore 15,000+ MOOC courses from 13 top providers with ratings and skills.
@kaggle.aloktantrik_dataset_of_1200_coursera_courses
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.
These datasets can be used for various purposes, including:
Please review the terms of use for each platform individually, as these datasets are compiled from public data available on their respective websites.
Special thanks to all the educational platforms and institutions for providing detailed course information that makes this analysis possible.
CREATE TABLE alison (
"name_of_the_course" VARCHAR,
"institute" VARCHAR,
"duration" VARCHAR,
"number_of_learners" BIGINT,
"link" VARCHAR,
"skills" VARCHAR,
"type" VARCHAR,
"category" VARCHAR
);CREATE TABLE barkeley_extension (
"name" VARCHAR,
"code" VARCHAR,
"about" VARCHAR,
"link" VARCHAR,
"ng_binding_2_ng_binding_3_ng_binding_8" VARCHAR -- Ng-binding 2 , Ng-binding 3 Ng-binding 8,
"ng_binding_5" VARCHAR,
"date" VARCHAR,
"mode" VARCHAR,
"instructure" VARCHAR
);CREATE TABLE edx (
"url" VARCHAR,
"name" VARCHAR,
"course_provider" VARCHAR,
"category" VARCHAR,
"unnamed_4" VARCHAR -- Unnamed: 4
);CREATE TABLE futurelearn (
"link" VARCHAR,
"institution" VARCHAR,
"name" VARCHAR,
"rating" DOUBLE,
"review" VARCHAR,
"duration" VARCHAR,
"spend_time_per_week" VARCHAR,
"category" VARCHAR,
"type" VARCHAR
);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
);CREATE TABLE london_school_of_economics (
"link" VARCHAR,
"category" VARCHAR,
"mode" VARCHAR,
"duration" VARCHAR,
"name" VARCHAR,
"date" VARCHAR
);CREATE TABLE mit_ocw (
"course_link" VARCHAR,
"course_code" VARCHAR,
"category" VARCHAR,
"sub_category" VARCHAR,
"name" VARCHAR,
"instructure" VARCHAR,
"topic" VARCHAR,
"resource_type" VARCHAR
);CREATE TABLE oxford (
"link" VARCHAR,
"name" VARCHAR,
"availability" VARCHAR,
"mode" VARCHAR,
"about_course" VARCHAR,
"duration" VARCHAR,
"number_of_meetings" VARCHAR
);CREATE TABLE pluralsight (
"link" VARCHAR,
"type" VARCHAR,
"name" VARCHAR,
"instructure" VARCHAR,
"level" VARCHAR,
"duration" VARCHAR,
"date_created" VARCHAR,
"rating" DOUBLE
);CREATE TABLE stanford (
"link" VARCHAR,
"course_name" VARCHAR,
"course_code" VARCHAR,
"school" VARCHAR,
"location" VARCHAR,
"status" VARCHAR
);CREATE TABLE swayam (
"url" VARCHAR,
"name" VARCHAR,
"instructure" VARCHAR,
"institute" VARCHAR,
"duration" VARCHAR,
"last_date" VARCHAR,
"exam_date" VARCHAR,
"exam_registration_last_date" VARCHAR
);CREATE TABLE udacity (
"name_of_he_course" VARCHAR,
"link" VARCHAR,
"rating" VARCHAR,
"duration" VARCHAR,
"level" VARCHAR
);Anyone who has the link will be able to view this.