Baselight

SAT To GPA

The SAT score and it's equivalent GPA is inside the CSV File

@kaggle.farhansadeek_sat_to_gpa

Loading...
Loading...

About this Dataset

SAT To GPA

Context

I am a freshman in Dublin Coffman High School and I was looking for the connection between the SAT score and the GPA in the school.

Content

The data represents the connection between the SAT score and GPA in the different courses in high school.

Acknowledgements

I collected the data from different sites like prepscholar, Khan Academy etc.

Inspiration

Your data will be in front of the world's largest data science community. What questions do you want to see answered?

Tables

Sat To Gpa

@kaggle.farhansadeek_sat_to_gpa.sat_to_gpa
  • 3.64 KB
  • 181 rows
  • 2 columns
Loading...

CREATE TABLE sat_to_gpa (
  "sat_score" BIGINT,
  "gpa" DOUBLE
);

Share link

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