Data Description and Cleaning For this project, I chose a data set from Kaggle called Student Habits vs Academic Performance. The data is in the form of a csv file and is imported using the following code.
#Loading the data set student_data_raw = read.csv( "Student_Habits_vs_Academic_Performance.csv", sep = ",", header = TRUE)
The following variables are the ones I will be analyzing in this project:
age
gender
study_hours_per_day
social_media_hours
attendance_percentage
parental_education_level
mental_health_rating
exam_score