Skip to content

Commit

Permalink
Merge pull request #21 from stefmolin/fix-exercise [skip ci]
Browse files Browse the repository at this point in the history
Fix exercise prompt in section 1 notebook
  • Loading branch information
stefmolin authored Oct 4, 2023
2 parents 48183ec + 89b259e commit 936e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/1-getting_started_with_pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2622,7 +2622,7 @@
"source": [
"### [Exercise 1.4](./workbook.ipynb#Exercise-1.4)\n",
"\n",
"##### Find the dimensions (number of rows and number of columns) in the data."
"##### Isolate the `fare_amount`, `tip_amount`, `tolls_amount`, and `total_amount` for the longest trip by distance (`trip_distance`)."
]
},
{
Expand Down

0 comments on commit 936e5de

Please sign in to comment.