Open nsmader opened 11 years ago
In this data, is there any notion of taking a class that is worth more credits than another class? Should the GPA be a weighted average?
There are possible values for the variable mark that are "/" and "P". How should these be recoded for GPA calculations?
@breannam and I worked on this today. We have the function written that recodes the GPA letters into numbers and calculates the mean for each student. We need to implement this for every file and also talk about restructuring code, so it is more modular.
Using conversion of A = 4.0, B = 3.0, C = 2.0, D = 1.0, F = 1.0, calculate GPA for each time period for students using data/raw-data/transcript files. The applicable time period is indicated in the file name.
Create GPA by "overall", and "core" vs "non-core" subjects.
Also create variable for number of courses failed.