Baselight

StudentsPerformance

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

@kaggle.bhargavlc_studentsperformance

Loading...
Loading...

About this Dataset

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

Tables

Students Performance

@kaggle.bhargavlc_studentsperformance.students_performance
  • 6.27 KB
  • 399 rows
  • 5 columns
Loading...

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

Studentsperformance

@kaggle.bhargavlc_studentsperformance.studentsperformance
  • 4.62 KB
  • 30 rows
  • 5 columns
Loading...

CREATE TABLE studentsperformance (
  "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.