Course Grade Correlations - 12 Split
Calculating the Spearman rank-order correlation coefficient for every possible combination of courses in our dataset.
With the course combinations file split into 12 parts (thanks splitcsv.com), we have 12 Python script modules calculating Spearman's rank-order correlation coefficient (p-val and rho) for each combination. This is done by finding students who received A-F grades in both classes, storing their grade for each class, and eventually calculating the Spearman coefficient for the course combination. Outputs to a csv.