test_arr = pd.Series(["Abby", "Michael","Abby"]) test_arr[test_arr.map(lambda x: x.upper() == "ABBY")]
I don