Given a 1D numpy array of float readings, extract a sorted array of all readings that are:
Use boolean masking (no Python loops). Return the sorted filtered array, rounded to 2 decimal places.
Ready to take your skills to the next level? Enroll in our comprehensive Data Analyst Career Track to master SQL, Python, Excel, and Power BI.
Run your code to see the result here.