Baselight

SAT To GPA

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

@kaggle.farhansadeek_sat_to_gpa

Sat To Gpa
@kaggle.farhansadeek_sat_to_gpa.sat_to_gpa

  • 3.64 KB
  • 181 rows
  • 2 columns
sat_score

SAT Score

gpa

GPA

16004
15934
15874
15804
15734
15674
15604
15534
15474
15404

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

Share link

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