Skip to content

Commit

Permalink
Fix a small typo in question 18
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 5, 2020
1 parent 255fadb commit f50e487
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 f50e487

Please sign in to comment.