home / sleep_and_gpa

Menu
  • Open in marimo
  • llms.txt

cohort_reference

Lookup table mapping cohort codes to universities and semesters.

5 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: university, semester

Link rowid ▼ study university semester cohort_code n_students
1 1 1 Carnegie Mellon University Spring 2018 lac2 77
2 2 2 University of Washington Spring 2018 uw1 140
3 3 3 University of Washington Spring 2019 uw2 139
4 4 4 University of Notre Dame Spring 2016 nh 147
5 5 5 Carnegie Mellon University Spring 2017 lac1 131

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "cohort_reference" (
   "study" INTEGER,
   "university" TEXT,
   "semester" TEXT,
   "cohort_code" TEXT,
   "n_students" INTEGER
);
Powered by Datasette · Queries took 6.092ms