Edx Courses
A list of online courses on edx.org learning platform
@kaggle.imuhammad_edx_courses
A list of online courses on edx.org learning platform
@kaggle.imuhammad_edx_courses
CREATE TABLE edx_courses (
"title" VARCHAR,
"summary" VARCHAR,
"n_enrolled" DOUBLE,
"course_type" VARCHAR,
"institution" VARCHAR,
"instructors" VARCHAR,
"level" VARCHAR,
"subject" VARCHAR,
"language" VARCHAR,
"subtitles" VARCHAR,
"course_effort" VARCHAR,
"course_length" VARCHAR,
"price" VARCHAR,
"course_description" VARCHAR,
"course_syllabus" VARCHAR,
"course_url" VARCHAR
);
Anyone who has the link will be able to view this.