Top Udemy Online Courses For Students
Want to start your career with some new courses ?
@kaggle.durgeshrao9993_online_udemy_courses_details
Want to start your career with some new courses ?
@kaggle.durgeshrao9993_online_udemy_courses_details
The "Top Udemy Online Courses for Students" dataset provides comprehensive information about some of the most popular and highly-rated courses available on the Udemy platform, specifically curated for students. This dataset is a valuable resource for anyone interested in exploring and understanding the diverse range of online learning opportunities offered by Udemy.
CREATE TABLE udemy_course_details (
"id" BIGINT,
"title" VARCHAR,
"url" VARCHAR,
"paid" BOOLEAN,
"price" BIGINT,
"subscribers" BIGINT,
"reviews" BIGINT,
"lectures" BIGINT,
"level" VARCHAR,
"duration" DOUBLE,
"subject" VARCHAR
);
Anyone who has the link will be able to view this.