Udacity Course Catalog
All Udacity courses available!
@kaggle.patrickgendotti_udacity_course_catalog
All Udacity courses available!
@kaggle.patrickgendotti_udacity_course_catalog
CREATE TABLE all_courses (
"title" VARCHAR,
"type" VARCHAR,
"description" VARCHAR,
"level" VARCHAR,
"duration" VARCHAR,
"rating" DOUBLE,
"review_count" DOUBLE,
"skills_covered" VARCHAR,
"prerequisites" VARCHAR,
"affiliates" VARCHAR,
"url" VARCHAR
);
Anyone who has the link will be able to view this.