Merge taxi_owners with taxi_veh on the column vid, and save the result to taxi_own_veh code example
Example: how to join tables in python
display('df1', 'df2', "pd.merge(df1, df2, on='employee')")
display('df1', 'df2', "pd.merge(df1, df2, on='employee')")