SciPy - Statistical Functions (scipy.stats) Basics
You have a dataset of exam scores:
[55, 70, 65, 80, 90, 85, 75]. You want to divide the scores into four equal groups (quartiles) using scipy. Which code snippet correctly computes the quartiles?