Suppose that you have two DataFrame objects, user_info and emails, that store information about all registered users. You want to perform a merging on the shared column 'user_id'. Write a possible way to do it in the text field below. Your code should have only one line and you do NOT need to use print().
Note: follow PEP 8 conventions in your answer.