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:
- Merging two
DataFrame
objects on different column names - Merging two
DataFrame
objects using different techniques, such as a Left Join - Concatenating two
DataFrame
objects, either by appending rows, or columns
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.