There are many types of joins such as inner, outer, left, right which can be easily done in Python. Let’s work with an example to go through it. More details on our example can be found here
left
Use keys from left frame only
right
Use keys from right frame only
outer
Use union of keys from both frames
inner
Use intersection of keys from both frames
Cheers!
Pingback: Learn Python Step by Step | RP's Blog on data science