Skip to content

Commit 755951f

Browse files
authored
Update _episodes/05-merging-data.md
1 parent fe879d3 commit 755951f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/05-merging-data.md

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

0 commit comments

Comments
 (0)