Python dfply Package join data by two columns

195 Views Asked by At

I have a need to join 2 datasets by 2 columns. Seems like no functionality in 'dfply' package. Am I thikning right? please help

pat_active = (patients >>
         inner_join(active, by = ('StationID','PracticeID'))
        )

Documentation about library: https://github.com/kieferk/dfply

0

There are 0 best solutions below