Left join two dataframes
Join `pets` with `owners` on owner_id, bringing in each owner's details. Use `.join(other, "on_column", "how")` — pass "left" as the join type.
Join `pets` with `owners` on owner_id, bringing in each owner's details. Use `.join(other, "on_column", "how")` — pass "left" as the join type.