Coding Challenges on Splitting, Combining, and Merging

Assess your ability to split, combine, and merge data using Python.

Challenge 1: Split a single column

We've already imported the pandas library. Write code to split the Staff Name column in the staff.csv dataset into First Name and Last Name columns. Save the final result in the staff_df DataFrame.

Get hands-on with 1200+ tech skills courses.