Analyzing Exam Scores
To study the impact of different factors on test scores
@kaggle.sudhanshu2198_analyzing_exam_scores
To study the impact of different factors on test scores
@kaggle.sudhanshu2198_analyzing_exam_scores
CREATE TABLE exams (
"gender" VARCHAR,
"race_ethnicity" VARCHAR,
"parent_education_level" VARCHAR,
"lunch" VARCHAR,
"test_prep_course" VARCHAR,
"math" BIGINT
);
Anyone who has the link will be able to view this.