Summary & Other Concepts

This is a wrap-up of the concatenation/merging of DataFrames section, and a list of other concepts not covered.

We'll cover the following

Summary

In this section, you made use of the following concepts:

  1. Merging two DataFrame objects on different column names
  2. Merging two DataFrame objects using different techniques, such as a Left Join
  3. Concatenating two DataFrame objects, either by appending rows, or columns

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.