Coursera Dataset
Unlocking Knowledge: Exploring the Depths of the Coursera Dataset.
@kaggle.elvinrustam_coursera_dataset
Unlocking Knowledge: Exploring the Depths of the Coursera Dataset.
@kaggle.elvinrustam_coursera_dataset
CREATE TABLE courseradataset_clean (
"course_title" VARCHAR,
"rating" DOUBLE,
"level" VARCHAR,
"schedule" VARCHAR,
"what_you_will_learn" VARCHAR,
"skill_gain" VARCHAR,
"modules" VARCHAR,
"instructor" VARCHAR,
"offered_by" VARCHAR,
"keyword" VARCHAR,
"course_url" VARCHAR,
"duration_to_complete_approx" DOUBLE -- Duration To Complete (Approx.),
"number_of_review" BIGINT
);
CREATE TABLE courseradataset_unclean (
"course_title" VARCHAR,
"rating" DOUBLE,
"level" VARCHAR,
"duration" VARCHAR,
"schedule" VARCHAR,
"review" VARCHAR,
"what_you_will_learn" VARCHAR,
"skill_gain" VARCHAR,
"modules" VARCHAR,
"instructor" VARCHAR,
"offered_by" VARCHAR,
"keyword" VARCHAR,
"course_url" VARCHAR
);
Anyone who has the link will be able to view this.