StudentsPerformance
A generic Dataset about marks of students. Useful for university projects
@kaggle.bhargavlc_studentsperformance
A generic Dataset about marks of students. Useful for university projects
@kaggle.bhargavlc_studentsperformance
CREATE TABLE studentsperformance (
"math_score" BIGINT,
"reading_score" BIGINT,
"writing_score" BIGINT,
"placement_score" BIGINT,
"club_join_date" BIGINT
);
Anyone who has the link will be able to view this.