Baselight

Coursera Course Dataset

Course dataset scrapped from Coursera website

@kaggle.siddharthm1698_coursera_course_dataset

Loading...
Loading...

About this Dataset

Coursera Course Dataset

Context

This is a dataset i generated during a hackathon for project purpose. Here i have scrapped data from Coursera official web site. Our project aims to help any new learner get the right course to learn by just answering a few questions. It is an intelligent course recommendation system. Hence we had to scrap data from few educational websites. This is data scrapped from Coursera website. For the project visit: https://github.com/Siddharth1698/Coursu . Please do show your support by following us. I have just started to learn on data science and hope this dataset will be helpful to someone for his/her personal purposes. The scrapping code is here : https://github.com/Siddharth1698/Coursera-Course-Dataset
Article about the dataset generation : https://medium.com/analytics-vidhya/web-scraping-and-coursera-8db6af45d83f

Content

This dataset contains mainly 6 columns and 890 course data. The detailed description:

  1. course_title : Contains the course title.
  2. course_organization : It tells which organization is conducting the courses.
  3. course_Certificate_type : It has details about what are the different certifications available in courses.
  4. course_rating : It has the ratings associated with each course.
  5. course_difficulty : It tells about how difficult or what is the level of the course.
  6. course_students_enrolled : It has the number of students that are enrolled in the course.

Inspiration

This is just one of my first scrapped dataset. Follow my GitHub for more: https://github.com/Siddharth1698

Tables

Coursea Data

@kaggle.siddharthm1698_coursera_course_dataset.coursea_data
  • 37.72 KB
  • 891 rows
  • 7 columns
Loading...

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.