For the last two questions, I was stuck on how to start:
😎 Update the name variable by adding the airport code column after the first word of airport name, keep
a space in between.
9)Split the location variables into two columns, city and state; output the airport name (the variable we
used before updating), city and state variables only.
Do we have to use merge for question 8? What does an example of this look like?
How do I go about writing question 9?