"Factors Influencing Student Test Scores"
"Understanding How Background Factors Shape Student Achievement"
@kaggle.varishabatool_student
"Understanding How Background Factors Shape Student Achievement"
@kaggle.varishabatool_student
Analyzing the elements influencing student accomplishment is a goal shared by educational institutions worldwide. As students play a crucial role in the development of a strong nation . So this dataset tells about the factors affecting the "student test scores" . Like lunch type , education,gender,and academic achievement in three Basic subjects . "Math" ,"Reading" ,and "Writing".
The information can be used to create prediction models, display trends in student achievement, or look into connections between demographics and academic results.This dataset can also be used to boast student's test scores.
This dataset contains 1000 rows and 8 columns.
CREATE TABLE studentsperformance (
"gender" VARCHAR,
"race_ethnicity" VARCHAR,
"parental_level_of_education" VARCHAR,
"lunch" VARCHAR,
"test_preparation_course" VARCHAR,
"math_score" BIGINT,
"reading_score" BIGINT,
"writing_score" BIGINT
);Anyone who has the link will be able to view this.