Skip to content

Commit 88f0c70

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

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
@@ -13,7 +13,7 @@ objectives:
1313
keypoints:
1414
- "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."
16-
- "Joining two DataFrames can be done in multiple ways (left, right, and inner) according to what data must be in the final DataFrame."
16+
- "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
---
1919

0 commit comments

Comments
 (0)