Skip to content

Commit

Permalink
Merge pull request #402 from wrightaprilm/05-kp
Browse files Browse the repository at this point in the history
add keypoints to 05
  • Loading branch information
wrightaprilm authored Jun 9, 2019
2 parents 3d64ee1 + 27714d3 commit f9e438c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _episodes/05-merging-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ objectives:
- "Employ `to_csv` to export a DataFrame in CSV format."
- "Join DataFrames using common fields (join keys)."
keypoints:
- "FIXME"
- "Pandas' `merge` and `concat` can be used to combine subsets of a DataFrame, or even data from different files."
- "`join` function combines DataFrames based on index or column."
- "Joining two DataFrames can be done in multiple ways (left, right, and inner) depending on what data must be in the final DataFrame."
- "`to_csv` can be used to write out DataFrames in CSV format."
---

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

0 comments on commit f9e438c

Please sign in to comment.