File tree Expand file tree Collapse file tree
02_activities/assignments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 306306 },
307307 {
308308 "cell_type" : " code" ,
309- "execution_count" : 9 ,
309+ "execution_count" : 18 ,
310310 "metadata" : {
311311 "id" : " _svDiRkdIwiT"
312312 },
329329 },
330330 {
331331 "cell_type" : " code" ,
332- "execution_count" : 10 ,
332+ "execution_count" : 19 ,
333333 "metadata" : {
334334 "id" : " LEYPM5v4JT0i"
335335 },
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 ],
You can’t perform that action at this time.
0 commit comments