Screen Link:
https://app.dataquest.io/m/285/frequency-distributions/6/percentiles-and-percentile-ranks
My Code:
Replace this line with your code
wnba = pd.read_csv('wnba.csv')
from scipy.stats import percentileofscore
percentile_rank_half_less = percentileofscore(wnba['Games Played'], score = 17, kind = 'weak')
percentage_half_more = 100 - percentile_rank_half_less```
What I expected to happen:
What actually happened:
"Timeout Error Running Your Code"

Replace this line with the output/error
<!--Enter other details below: -->