This forum is closed. Thank you for your contributions.
I have two tables I want to join, and I want to join them based on an optimal matching generated by scipy.optimize.linear_sum_assignment from those two tables. I am using Python, and the dataset is large.