Loading

Quipoin Menu

Learn • Practice • Grow

python-for-ai / Merging and Joining
exercise
1/5
Exercise 1Python-for-ai
Question

Create two DataFrames about employees: one with 'ID' and 'Name', another with 'ID' and 'Salary'. Perform an inner join on 'ID'.