Skip to content

Commit

Permalink
Update pandas-exercises.ipynb
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
tiboine authored Mar 24, 2020
1 parent 5a71898 commit 11ddf64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions section-2-data-science-and-ml-tools/pandas-exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Prandas Practice\n",
"# Pandas Practice\n",
"\n",
"This notebook is dedicated to practicing different tasks with pandas. The solutions are avilable in a solutions notebook, however you should always try to figure them out yourself first.\n",
"\n",
Expand Down Expand Up @@ -541,7 +541,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Change the title of the Odometer (KM) to repsent miles instead of kilometers\n"
"# Change the title of the Odometer (KM) to represent miles instead of kilometers\n"
]
},
{
Expand All @@ -550,7 +550,7 @@
"source": [
"## Extensions\n",
"\n",
"For more exercises, check out the pandas documentation, partiuclarly the [10-minutes to pandas section](https://pandas.pydata.org/pandas-docs/stable/getting_started/10min.html). \n",
"For more exercises, check out the pandas documentation, particularly the [10-minutes to pandas section](https://pandas.pydata.org/pandas-docs/stable/getting_started/10min.html). \n",
"\n",
"One great exercise would be to retype out the entire section into a Jupyter Notebook of your own.\n",
"\n",
Expand Down

0 comments on commit 11ddf64

Please sign in to comment.