Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion f20/p5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ Yes, those aren't quite real IP addresses, as explained in the next section...
### 2. `country` Command

This command has two parts: sorting and adding a new country column.
As explained why lateer, the sorting will come first.

Can you think of a reason to sort the countries column before merging?
**Hint** What if the data it is merging with is sorted by the same key?

It's OK if you read in the complete CSV, then sort,
perhaps something like this:
Expand Down