Skip to content

Commit

Permalink
πŸ“ Update doc for argument by for join functions (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Sep 26, 2021
1 parent 6d11fca commit aa90055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datar/dplyr/join.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def inner_join(
Args:
x, y: A pair of data frames
by: A character vector of variables to join by.
If keys from `x` and `y` are different, use a dict
(i.e. `{"colX": "colY"}`) instead of a list.
copy: If x and y are not from the same data source, and copy is
TRUE, then y will be copied into the same src as x.
This allows you to join tables across srcs, but it is a
Expand Down

0 comments on commit aa90055

Please sign in to comment.