Baselight

Udemy Courses With Published Timestamp

Raw dataset for applying EDA and Visualization

@kaggle.omarmaher0_udemy_courses_with_published_timestamp

Loading...
Loading...

About this Dataset

Udemy Courses With Published Timestamp

The first raw dataset in Kaggle including Timestamp😃
Here's the Meaning of Timestamp to be clear for you ☺️

Tables

Udemy Courses Raw

@kaggle.omarmaher0_udemy_courses_with_published_timestamp.udemy_courses_raw
  • 283.28 KB
  • 3672 rows
  • 12 columns
Loading...

CREATE TABLE udemy_courses_raw (
  "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" TIMESTAMP,
  "subject" VARCHAR
);

Share link

Anyone who has the link will be able to view this.