Skip to content

Commit fe879d3

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

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-
- "`Merge` and `concat` can be used to recombine subsets from a DataFrame, or even data from different files."
14+
- "Pandas' `merge` and `concat` can be used to (re)-combine subsets from 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)