Skip to content

Commit

Permalink
add TODO for equi joins
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel.oranyeli committed Sep 8, 2024
1 parent e76f38a commit d3c5772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions janitor/functions/_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
)


# TODO: revert to former implementation
# which is def. faster than this?
def _numba_equi_join(
df: pd.DataFrame, right: pd.DataFrame, eqs: list, gt_lt: list, keep: str
) -> Union[tuple[np.ndarray, np.ndarray], None]:
Expand Down

0 comments on commit d3c5772

Please sign in to comment.