Skip to content

Commit 936e5de

Browse files
authored
Merge pull request #21 from stefmolin/fix-exercise [skip ci]
Fix exercise prompt in section 1 notebook
2 parents 48183ec + 89b259e commit 936e5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/1-getting_started_with_pandas.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,7 @@
26222622
"source": [
26232623
"### [Exercise 1.4](./workbook.ipynb#Exercise-1.4)\n",
26242624
"\n",
2625-
"##### Find the dimensions (number of rows and number of columns) in the data."
2625+
"##### Isolate the `fare_amount`, `tip_amount`, `tolls_amount`, and `total_amount` for the longest trip by distance (`trip_distance`)."
26262626
]
26272627
},
26282628
{

0 commit comments

Comments
 (0)