Cleaned Udemy Courses With Timestamp
Start with your professional visualization
@kaggle.omarmaher0_udemy_courses_with_timestamp
Start with your professional visualization
@kaggle.omarmaher0_udemy_courses_with_timestamp
CREATE TABLE udemy_courses_cleaned (
"published_timestamp" TIMESTAMP,
"course_id" BIGINT,
"course_title" VARCHAR,
"url" VARCHAR,
"is_paid" BOOLEAN,
"price" BIGINT,
"num_subscribers" BIGINT,
"num_reviews" BIGINT,
"num_lectures" BIGINT,
"level" VARCHAR,
"content_duration" DOUBLE,
"published_timestamp_1" TIMESTAMP,
"subject" VARCHAR,
"year" BIGINT,
"month" VARCHAR,
"day" VARCHAR,
"quarter" BIGINT,
"profit" BIGINT,
"duration_category" VARCHAR,
"price_category" VARCHAR
);
Anyone who has the link will be able to view this.