Skip to content

Commit

Permalink
Merge pull request #25 from EthanChen39/master
Browse files Browse the repository at this point in the history
Fix a small typo in question 18
  • Loading branch information
ajcr authored Sep 5, 2020
2 parents 255fadb + f50e487 commit 457b15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 100-pandas-puzzles-with-solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**18.** Sort `df` first by the values in the 'age' in *decending* order, then by the value in the 'visit' column in *ascending* order (so row `i` should be first, and row `d` should be last)."
"**18.** Sort `df` first by the values in the 'age' in *decending* order, then by the value in the 'visits' column in *ascending* order (so row `i` should be first, and row `d` should be last)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 100-pandas-puzzles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**18.** Sort `df` first by the values in the 'age' in *decending* order, then by the value in the 'visit' column in *ascending* order (so row `i` should be first, and row `d` should be last)."
"**18.** Sort `df` first by the values in the 'age' in *decending* order, then by the value in the 'visits' column in *ascending* order (so row `i` should be first, and row `d` should be last)."
]
},
{
Expand Down

0 comments on commit 457b15f

Please sign in to comment.