Coursera Course Dataset
Course dataset scrapped from Coursera website
@kaggle.siddharthm1698_coursera_course_dataset
Course dataset scrapped from Coursera website
@kaggle.siddharthm1698_coursera_course_dataset
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
This dataset contains mainly 6 columns and 890 course data. The detailed description:
This is just one of my first scrapped dataset. Follow my GitHub for more: https://github.com/Siddharth1698
CREATE TABLE coursea_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"course_title" VARCHAR,
"course_organization" VARCHAR,
"course_certificate_type" VARCHAR,
"course_rating" DOUBLE,
"course_difficulty" VARCHAR,
"course_students_enrolled" VARCHAR
);Anyone who has the link will be able to view this.