What Did I Learn? In this challenge I learned: Use the .loc[] for access Dataframe lines and columns students.loc[] Filtering ["name", "age"] if ["student_id"] == 101 students.loc[students["student_id"] == 101, ["name", "age"]]