1. Learn
  2. /
  3. Courses
  4. /
  5. Pandas Joins for Spreadsheet Users

Connected

Exercise

Object-oriented merges

You recently learned that you can merge data in pandas using object-oriented language. The team took a vote and decided to make it a standard practice to be more consistent with the Python language. This would be a good time to rewrite your recent left merge statement.

Instructions 1/3

undefined XP
  • 1
    • Recreate your recent left merge of thursdays and impacts. View the result.
  • 2
    • Rewrite the merge expression using object-oriented language. View the result.
  • 3
    • Compare both data frames with the .equals() method.