Skip to content

Proportion of Students is Wrong #3

@theeugenekim

Description

@theeugenekim

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.

image

It should be:

df['Elite'] = np.where((df.Top10perc/df.Enroll) > .50, 1, 0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions