Baselight

Business Courses - Udemy (10k Courses)

9447 Educational Courses from Business Category of Udemy

@kaggle.jilkothari_business_courses_udemy_10k_courses

Loading...
Loading...

About this Dataset

Business Courses - Udemy (10k Courses)

Context

A compilation of all the BUSINESS related courses ( 10 thousand courses) which are available on Udemy's website. Under the Business category, there are courses from Finance, Entrepreneurship, Communication, Management, Sales, Strategy, Operations, Project Management, Business Law, Data & Analytics, Home Business, Human Resources and Industry 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 Business P1 P626

@kaggle.jilkothari_business_courses_udemy_10k_courses.udemy_output_all_business_p1_p626
  • 1.14 MB
  • 9,447 rows
  • 20 columns
Loading...
CREATE TABLE udemy_output_all_business_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, Amount,
  "discount_price_currency" VARCHAR  -- Discount Price, Currency,
  "discount_price_price_string" VARCHAR  -- Discount Price, Price String,
  "price_detail_amount" DOUBLE  -- Price Detail, Amount,
  "price_detail_currency" VARCHAR  -- Price Detail, Currency,
  "price_detail_price_string" VARCHAR  -- Price Detail, Price String
);

Share link

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