You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify autofj.join(...., on = ["col"]), it says KeyError: 'autofj_id'. This is due to the autofj_id was not added onto join columns upon creation. I will make a pull request soon.
When I specify
autofj.join(...., on = ["col"]), it saysKeyError: 'autofj_id'. This is due to theautofj_idwas not added onto join columns upon creation. I will make a pull request soon.