feat: grades by professor (#225)
* feat: grades by professor * chore(pr-review): extract into Distributions type --------- Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
@@ -22,6 +22,8 @@ export type CourseSQLRow = {
|
||||
Course_Number: string;
|
||||
Course_Title: string;
|
||||
Course_Full_Title: string;
|
||||
Instructor_First: string | null;
|
||||
Instructor_Last: string | null;
|
||||
A: number;
|
||||
A_Minus: number;
|
||||
B_Plus: number;
|
||||
|
||||
Reference in New Issue
Block a user