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
A basic dataset with marks of students in various examinations, the dataset can be used for data wrangling and learning purposes.
5 rows and 31 columns
Update: Larger dataset with 400 cloumns
CREATE TABLE studentsperformance (
"math_score" BIGINT,
"reading_score" BIGINT,
"writing_score" BIGINT,
"placement_score" BIGINT,
"club_join_date" BIGINT
);CREATE TABLE students_performance (
"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.