Skip to content

Commit

Permalink
add result variable for consistency with other examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankarlos committed Feb 24, 2020
1 parent 4182dba commit 02a8159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ as shown in the following example.
)
ser
pd.merge(df, ser.reset_index(), on=['Let', 'Num'])
result = pd.merge(df, ser.reset_index(), on=['Let', 'Num'])
Here is another example with duplicate join keys in DataFrames:
Expand Down

0 comments on commit 02a8159

Please sign in to comment.