Baselight

Coursera Course Dataset

Course dataset scrapped from Coursera website

@kaggle.siddharthm1698_coursera_course_dataset

Coursea Data
@kaggle.siddharthm1698_coursera_course_dataset.coursea_data

  • 37.72 KB
  • 891 rows
  • 7 columns
unnamed_0

Unnamed: 0

course_title

Course Title

course_organization

Course Organization

course_certificate_type

Course Certificate Type

course_rating

Course Rating

course_difficulty

Course Difficulty

course_students_enrolled

Course Students Enrolled

134(ISC)² Systems Security Certified Practitioner (SSCP)(ISC)²SPECIALIZATION4.7Beginner5.3k
743A Crash Course in Causality: Inferring Causal Effects from Observational DataUniversity of PennsylvaniaCOURSE4.7Intermediate17k
874A Crash Course in Data ScienceJohns Hopkins UniversityCOURSE4.5Mixed130k
413A Law Student's ToolkitYale UniversityCOURSE4.7Mixed91k
635A Life of Happiness and FulfillmentIndian School of BusinessCOURSE4.8Mixed320k
661ADHD: Everyday Strategies for Elementary StudentsUniversity at BuffaloCOURSE4.7Beginner39k
54AI For Everyonedeeplearning.aiCOURSE4.8Beginner350k
488AI For Medical Treatmentdeeplearning.aiCOURSE4.8Intermediate2.4k
58AI Foundations for EveryoneIBMSPECIALIZATION4.7Beginner61k
129AI for Medical Diagnosisdeeplearning.aiCOURSE4.7Intermediate12k

CREATE TABLE coursea_data (
  "unnamed_0" BIGINT,
  "course_title" VARCHAR,
  "course_organization" VARCHAR,
  "course_certificate_type" VARCHAR,
  "course_rating" DOUBLE,
  "course_difficulty" VARCHAR,
  "course_students_enrolled" VARCHAR
);

Share link

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