Skip to content

Commit 6c0c82a

Browse files
committed
add keypoints to 05
1 parent 7a60bef commit 6c0c82a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

_episodes/05-merging-data.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ objectives:
1111
- "Employ `to_csv` to export a DataFrame in CSV format."
1212
- "Join DataFrames using common fields (join keys)."
1313
keypoints:
14-
- "FIXME"
14+
- "`Merge` and `concat` can be used to recombine subsets from a DataFrame, or even data from different files."
15+
- "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."
17+
- "`to_csv` can be used to write out DataFrames in CSV format."
1518
---
1619

1720
In many "real world" situations, the data that we want to use come in multiple

0 commit comments

Comments
 (0)