@@ -140,7 +140,7 @@
"outputs": [],
"source": [
"for row in data:\n",
- " row[0] = year(row[0])"
+ " row[0] = fetch_year(row[0])"
]
},
{