Student Performance Element
How activities beyond the classroom contribute to overall performance.
@kaggle.zeesolver_student_performance_element
How activities beyond the classroom contribute to overall performance.
@kaggle.zeesolver_student_performance_element
This dataset offers a detailed analysis of factors influencing student exam performance. It includes data on study habits, such as hours spent studying, Attendance in classes, and the role of Parental Involvement, among other aspects that contribute to academic success. The dataset provides a well-rounded view of the elements impacting student outcomes.
CREATE TABLE studentperformancefactors (
"hours_studied" BIGINT,
"attendance" BIGINT,
"parental_involvement" VARCHAR,
"access_to_resources" VARCHAR,
"extracurricular_activities" VARCHAR,
"sleep_hours" BIGINT,
"previous_scores" BIGINT,
"motivation_level" VARCHAR,
"internet_access" VARCHAR,
"tutoring_sessions" BIGINT,
"family_income" VARCHAR,
"teacher_quality" VARCHAR,
"school_type" VARCHAR,
"peer_influence" VARCHAR,
"physical_activity" BIGINT,
"learning_disabilities" VARCHAR,
"parental_education_level" VARCHAR,
"distance_from_home" VARCHAR,
"gender" VARCHAR,
"exam_score" BIGINT
);
Anyone who has the link will be able to view this.