BergelsonLab / BergelsonLab/blabpy
pandas helper: where join
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
For things like being close enough time-wise, overlapping intervals, etc. But also just for whenever you want to write an SQL join with the "where" clause.
- cross-join or inner-join at the group level,
- apply the where clause (probably .loc[where_fun] where where_fun is an argument),
- right/left-join if the overall join is a left join
Contributor guide
Assessment
This issue has not been assessed yet.