Challenge: Filter Out the Values Below Average
Learn how to find values below average in a column of a DataFrame.
Problem statement
Up to this point, we’ve covered:
- How to find the number of unique values in a column.
- How to find
Learn how to find values below average in a column of a DataFrame.
Up to this point, we’ve covered: