Baselight

StudentsPerformance

A generic Dataset about marks of students. Useful for university projects

@kaggle.bhargavlc_studentsperformance

Students Performance
@kaggle.bhargavlc_studentsperformance.students_performance

  • 6.27 KB
  • 399 rows
  • 5 columns
math_score

Math Score

reading_score

Reading Score

writing_score

Writing Score

placement_score

Placement Score

club_join_date

Club Join Date

658667782021
648571802019
767777842021
807675752021
639162902019
739562792020
728276792020
778262872021
7490601002019
688572892019

CREATE TABLE students_performance (
  "math_score" BIGINT,
  "reading_score" BIGINT,
  "writing_score" BIGINT,
  "placement_score" BIGINT,
  "club_join_date" BIGINT
);

Share link

Anyone who has the link will be able to view this.