kieferk / dfply

dplyr-style piping operations for pandas dataframes
GNU General Public License v3.0
889 stars 103 forks source link

A way to outer_join() by index? #100

Open simjbaum opened 3 years ago

simjbaum commented 3 years ago

Hi, cool tool!! I was looking for that since a way, happy to work with it, keep it up.

Question: Is there a way to use the join (outer_join for example) by index?

best, Simon