Skip to content

Commit 4bddeea

Browse files
Sayeed OrfanSayeed Orfan
authored andcommitted
part 3
1 parent 742e22a commit 4bddeea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

02_activities/assignments/assignment_2.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
},
307307
{
308308
"cell_type": "code",
309-
"execution_count": 9,
309+
"execution_count": 18,
310310
"metadata": {
311311
"id": "_svDiRkdIwiT"
312312
},
@@ -329,7 +329,7 @@
329329
},
330330
{
331331
"cell_type": "code",
332-
"execution_count": 10,
332+
"execution_count": 19,
333333
"metadata": {
334334
"id": "LEYPM5v4JT0i"
335335
},
@@ -339,20 +339,20 @@
339339
"\n",
340340
"def detect_problems(file_path):\n",
341341
" #YOUR CODE HERE: Use patient_summary() to get the means and check_zeros() to check for zeros in the means\n",
342-
"\n",
343-
" return"
342+
" means = patient_summary(file_path, 'mean') \n",
343+
" return check_zeros(means)"
344344
]
345345
},
346346
{
347347
"cell_type": "code",
348-
"execution_count": 11,
348+
"execution_count": 21,
349349
"metadata": {},
350350
"outputs": [
351351
{
352352
"name": "stdout",
353353
"output_type": "stream",
354354
"text": [
355-
"None\n"
355+
"False\n"
356356
]
357357
}
358358
],

0 commit comments

Comments
 (0)