Jim Laird

Results 1 issues of Jim Laird

The function get_join_parameters in join.py has an error: if not isinstance(by[0], str): left_on = by[0] right_in = by[1] This should be right_on = by[1]. Great library btw - I really...