Coming from R and trying to simulate dplyr with dfply package in Python. Need some help.
I have two questions here and please help.
- How I join two datasets if those join columns have different names?
- Is there way I join more than column? As per documentatioon, I can join by only one column.
https://github.com/kieferk/dfply#joining
I like dfply package but it is lacking critical functionality. Thanks for your help. Or help me any other packages in Python like R dplyr