task 1e: 1e-a: use set index() to turn the field name into the df's explicit row index. 1e-b: use boolean indexing (i.e., [ ] approach) to output only the row within the df where the value of score3 is nan. in addition, in the output only display the columns: score1 and score3. hint: use df.isnull() in the boolean vector expression.