Data Preparation
Data Preparation
Udemy Courses- Comments.csv- Kaggle: "This dataset contains detailed information on all available Udemy courses on Oct 10, 2022. This data was provided in the "Course_info.csv" file. Also, over 9 million comments were collected and provided in the "Comments.csv" file. The information of over 209k courses was collected by web scraping the Udemy website. Udemy holds 209,734 courses and 73,514 instructors teaching courses in 79 languages in 13 different categories." --Kaggle.
In this Project we only use Comments.csv.
Importing and setting up the necessary Libraries
This part of the notebook imports essential libraries for text processing, sentiment analysis, and language-related tasks. It facilitates the exploration and analysis of textual data. check the comments for more details.
Loading the Dataset in then Inspecting it on a surface level