Exercise: Data Manipulation and Indexing

Test your understanding of pandas data manipulation techniques.

Problem 1

Given a Series marks, create a Series from a numeric column of Series marks that has the value of high if it's equal to or above the mean and low if it's below the mean.

Get hands-on with 1200+ tech skills courses.