yhat / pandasql

sqldf for pandas
MIT License
1.31k stars 184 forks source link

Right Join not available like merge command has #91

Open muhammadumerjaved44 opened 3 years ago

muhammadumerjaved44 commented 3 years ago

I need to extract those records that are not matched based on the primary - key. also, we have don't have any indication like pandas merge command has indicator = True on which we are able to extract those rows which are not matched