01What is the key advantage of NumPy arrays over regular Python lists for mathematical operations?
02What is the difference between iloc and loc in Pandas?
03How do you remove rows with missing values from a Pandas DataFrame?
04What does df.groupby('Grade')['Score'].mean() compute?
05How do you save a Matplotlib plot to a file instead of (or before) displaying it?