Skip to content

Commit

Permalink
Minor text update per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
tk3369 committed Sep 12, 2020
1 parent 1dbf91c commit f6edd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ DataFrames.jl supports join operations similar to a relational database.

For multi-column joins, both pandas and DataFrames.jl accept an array for the `on` keyword argument.

In the cases of semi joins and anti joins, pandas' `isin` function can still be used as long as
In the cases of semi joins and anti joins, the `isin` function in pandas can still be used as long as
the join keys are [combined in a tuple](https://stackoverflow.com/questions/63660610/how-to-perform-semi-join-with-multiple-columns-in-pandas).
In DataFrames.jl, it just works normally with an array of join keys specified in the `on` keyword argument.

Expand Down

0 comments on commit f6edd64

Please sign in to comment.