Hi, loving this repo by the way! Thank you. I saw based on the question, I believe your script here is not taking the proportion.  It should be: `df['Elite'] = np.where((df.Top10perc/df.Enroll) > .50, 1, 0)`
Hi, loving this repo by the way! Thank you.
I saw based on the question, I believe your script here is not taking the proportion.
It should be:
df['Elite'] = np.where((df.Top10perc/df.Enroll) > .50, 1, 0)