I have a left table
and a right table
And I would like to get the final table
For this, I would like to use a function (merge or other more advanced verions like merge_asof or merge_ordered) in pandas
- the match for v1 and v2 is exact
- then the match for v3 is approximate, with the closest values.


