LifeStyle Courses - Udemy (39K+ Course)
39 thousand educational courses in Finance & Accounting category from Udemy
@kaggle.jilkothari_lifestyle_courses_udemy_39k_course
39 thousand educational courses in Finance & Accounting category from Udemy
@kaggle.jilkothari_lifestyle_courses_udemy_39k_course
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!
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:
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, 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
);Anyone who has the link will be able to view this.