Baselight

Cleaned Udemy Courses With Timestamp

Start with your professional visualization

@kaggle.omarmaher0_udemy_courses_with_timestamp

Udemy Courses Cleaned
@kaggle.omarmaher0_udemy_courses_with_timestamp.udemy_courses_cleaned

  • 347.98 KB
  • 3672 rows
  • 20 columns
published_timestamp

Published Timestamp

course_id

Course Id

course_title

Course Title

url

Url

is_paid

Is Paid

price

Price

num_subscribers

Num Subscribers

num_reviews

Num Reviews

num_lectures

Num Lectures

level

Level

content_duration

Content Duration

published_timestamp_1

Published Timestamp.1

subject

Subject

year

Year

month

Month

day

Day

quarter

Quarter

profit

Profit

duration_category

Duration Category

price_category

Price Category

Wed Jan 18 2017 20:58:58 GMT+0000 (Coordinated Universal Time)1070968Ultimate Investment Banking Coursehttps://www.udemy.com/ultimate-investment-banking-course/true20021472351All Levels1.5Wed Jan 18 2017 20:58:58 GMT+0000 (Coordinated Universal Time)Business Finance2017JanuaryWednesday14294001:3155:200
Thu Mar 09 2017 16:34:20 GMT+0000 (Coordinated Universal Time)1113822Complete GST Course & Certification - Grow Your CA Practicehttps://www.udemy.com/goods-and-services-tax/true752792923274All Levels39Thu Mar 09 2017 16:34:20 GMT+0000 (Coordinated Universal Time)Business Finance2017MarchThursday120940020+55:100
Mon Dec 19 2016 19:26:30 GMT+0000 (Coordinated Universal Time)1006314Financial Modeling for Business Analysts and Consultantshttps://www.udemy.com/financial-modeling-for-business-analysts-and-consultants/true4521747451Intermediate Level2.5Mon Dec 19 2016 19:26:30 GMT+0000 (Coordinated Universal Time)Business Finance2016DecemberMonday4978307:1220:50
Tue May 30 2017 20:07:24 GMT+0000 (Coordinated Universal Time)1210588Beginner to Pro - Financial Analysis in Excel 2017https://www.udemy.com/complete-excel-finance-course-from-beginner-to-pro/true9524511136All Levels3Tue May 30 2017 20:07:24 GMT+0000 (Coordinated Universal Time)Business Finance2017MayTuesday22328457:1255:100
Tue Dec 13 2016 14:57:18 GMT+0000 (Coordinated Universal Time)1011058How To Maximize Your Profits Trading Optionshttps://www.udemy.com/how-to-maximize-your-profits-trading-options/true20012764526Intermediate Level2Tue Dec 13 2016 14:57:18 GMT+0000 (Coordinated Universal Time)Business Finance2016DecemberTuesday42552003:7155:200
Fri May 02 2014 15:13:30 GMT+0000 (Coordinated Universal Time)192870Trading Penny Stocks: A Guide for All Levels In 2017https://www.udemy.com/trading-penny-stocks-a-guide-for-all-levels/true150922113825All Levels3Fri May 02 2014 15:13:30 GMT+0000 (Coordinated Universal Time)Business Finance2014MayFriday213831507:12105:150
Sun Feb 21 2016 18:23:12 GMT+0000 (Coordinated Universal Time)739964Investing And Trading For Beginners: Mastering Price Chartshttps://www.udemy.com/investing-and-trading-for-beginners-mastering-price-charts/true65154017826Beginner Level1Sun Feb 21 2016 18:23:12 GMT+0000 (Coordinated Universal Time)Business Finance2016FebruarySunday11001000:155:100
Fri Jan 30 2015 22:13:03 GMT+0000 (Coordinated Universal Time)403100Trading Stock Chart Patterns For Immediate, Explosive Gainshttps://www.udemy.com/trading-chart-patterns-for-immediate-explosive-gains/true95291714823All Levels2.5Fri Jan 30 2015 22:13:03 GMT+0000 (Coordinated Universal Time)Business Finance2015JanuaryFriday12771157:1255:100
Thu May 28 2015 00:14:03 GMT+0000 (Coordinated Universal Time)476268Options Trading 3 : Advanced Stock Profit and Success Methodhttps://www.udemy.com/day-trading-stock-options-3/true19551723438Expert Level2.5Thu May 28 2015 00:14:03 GMT+0000 (Coordinated Universal Time)Business Finance2015MayThursday210085407:12155:200
Tue Apr 18 2017 18:13:32 GMT+0000 (Coordinated Universal Time)1167710The Only Investment Strategy You Need For Your Retirementhttps://www.udemy.com/the-only-investment-strategy-you-need-for-your-retirement/true2008271415All Levels1Tue Apr 18 2017 18:13:32 GMT+0000 (Coordinated Universal Time)Business Finance2017AprilTuesday21654000:1155:200

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
);

Share link

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