SAT To GPA
The SAT score and it's equivalent GPA is inside the CSV File
@kaggle.farhansadeek_sat_to_gpa
The SAT score and it's equivalent GPA is inside the CSV File
@kaggle.farhansadeek_sat_to_gpa
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.
The data represents the connection between the SAT score and GPA in the different courses in high school.
I collected the data from different sites like prepscholar, Khan Academy etc.
Your data will be in front of the world's largest data science community. What questions do you want to see answered?
CREATE TABLE sat_to_gpa (
"sat_score" BIGINT,
"gpa" DOUBLE
);
Anyone who has the link will be able to view this.