Baselight

LifeStyle Courses - Udemy (39K+ Course)

39 thousand educational courses in Finance & Accounting category from Udemy

@kaggle.jilkothari_lifestyle_courses_udemy_39k_course

Loading...
Loading...

About this Dataset

LifeStyle Courses - Udemy (39K+ Course)

Context

A compilation of all the development related courses ( 39 thousand courses) which are available on Udemy's website. Under the LifeStyle category, there are courses from Arts and Craft, Beauty & Makeup, Esoteric Practices, Food and Beverages, Gaming, Home Improvement, Pet Care & Training, Travel, Other Life Style courses and much more each having multiple courses under it's domain.
All the details can be found on Udemy's website as well!

Content

Here, I have extracted data related to 10k courses which come under the development category on Udemy's website.
The 20 columns in the dataset can be used to gain insights related to:

  • id : The course ID of that particular course.
  • title : Shows the unique names of the courses available under the development category on Udemy.
  • url: Gives the URL of the course.
  • is_paid : Returns a boolean value displaying true if the course is paid and false if otherwise.
  • num_subscribers : Shows the number of people who have subscribed that course.
  • avg_rating : Shows the average rating of the course.
  • avg rating recent : Reflects the recent changes in the average rating.
  • num_reviews : Gives us an idea related to the number of ratings that a course has received.
  • num_ published_lectures : Shows the number of lectures the course offers.
  • num_ published_ practice_tests : Gives an idea of the number of practice tests that a course offers.
  • created : The time of creation of the course.
  • published_time : Time of publishing the course.
  • discounted_ price_amount : The discounted price which a certain course is being offered at.
  • discounted_ price_currency : The currency corresponding to the discounted price which a certain course is being offered at.
  • price_ detail_amount : The original price of a particular course.
  • price_ detail_currency : The currency corresponding to the price detail amount for a course.

Tables

Udemy Output All Lifestyle P1 P626

@kaggle.jilkothari_lifestyle_courses_udemy_39k_course.udemy_output_all_lifestyle_p1_p626
  • 4.18 MB
  • 39689 rows
  • 20 columns
Loading...

CREATE TABLE udemy_output_all_lifestyle_p1_p626 (
  "id" BIGINT,
  "title" VARCHAR,
  "url" VARCHAR,
  "is_paid" BOOLEAN,
  "num_subscribers" BIGINT,
  "avg_rating" DOUBLE,
  "avg_rating_recent" DOUBLE,
  "rating" DOUBLE,
  "num_reviews" BIGINT,
  "is_wishlisted" BOOLEAN,
  "num_published_lectures" BIGINT,
  "num_published_practice_tests" BIGINT,
  "created" VARCHAR,
  "published_time" VARCHAR,
  "discount_price_amount" DOUBLE,
  "discount_price_currency" VARCHAR,
  "discount_price_price_string" VARCHAR,
  "price_detail_amount" DOUBLE,
  "price_detail_currency" VARCHAR,
  "price_detail_price_string" VARCHAR
);

Share link

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