Students Performance | Clean Dataset
Students Performance Dataset | Cleaned and Modified
@kaggle.muhammadroshaanriaz_students_performance_dataset_cleaned
Students Performance Dataset | Cleaned and Modified
@kaggle.muhammadroshaanriaz_students_performance_dataset_cleaned
CREATE TABLE cleaned_students_performance (
"gender" BIGINT,
"race_ethnicity" VARCHAR,
"parental_level_of_education" VARCHAR,
"lunch" BIGINT,
"test_preparation_course" BIGINT,
"math_score" BIGINT,
"reading_score" BIGINT,
"writing_score" BIGINT,
"total_score" BIGINT,
"average_score" DOUBLE
);
Anyone who has the link will be able to view this.