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
I was wondering if it easy to support for relational model fit() different columns for joining the data. Something like pandas merge supports: (left_on, right_on):
Hi @avsolatorio!
I was wondering if it easy to support for relational model fit() different columns for joining the data. Something like pandas merge supports: (left_on, right_on):
Maybe you could add support for parent_join_on, child_join_on?
Currently, it supports only join_on:
What do you think?
The text was updated successfully, but these errors were encountered: