Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/docs/source/user_guide/dataprep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
"source": [
"## When DataFrames Collide: The Art of Joining\n",
"\n",
"When dealing with multiple dataframe, we likely need to combine them together in some way. The most frequently used approach is joining.\n",
"When dealing with multiple dataframes, we likely need to combine them together in some way. The most frequently used approach is joining.\n",
"\n",
"For example, given the `incomes` data and `height` data, we can use `DataFrame.join` to join them together by `name`.\n",
"\n",
Expand Down