from scipy import stats print("Score at Percentile", stats.scoreatpercentile(air[\'Time Difference (Minutes)\'],90))
Getting the error