Skip to content

Commit 27714d3

Browse files
authored
Update _episodes/05-merging-data.md
1 parent 88f0c70 commit 27714d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/05-merging-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ objectives:
1212
- "Join DataFrames using common fields (join keys)."
1313
keypoints:
1414
- "Pandas' `merge` and `concat` can be used to combine subsets of a DataFrame, or even data from different files."
15-
- "DataFrames can be combined using join keys with the `join` function."
15+
- "`join` function combines DataFrames based on index or column."
1616
- "Joining two DataFrames can be done in multiple ways (left, right, and inner) depending on what data must be in the final DataFrame."
1717
- "`to_csv` can be used to write out DataFrames in CSV format."
1818
---

0 commit comments

Comments
 (0)