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
The first cleaned dataset in Kaggle including Timestamp 😃
Here's the Meaning of Timestamp to be clear for you ☺️
![Timestamp Definition] (https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F24203711%2Fd413e84095eaa219b495cd3348fb1fba%2Ftimestamp.png?generation=1734339651886002&alt=media)
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.