Student Performance Factors
Insights into Student Performance and Contributing Factors
@kaggle.lainguyn123_student_performance_factors
Insights into Student Performance and Contributing Factors
@kaggle.lainguyn123_student_performance_factors
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.