Last answered:

23 Jan 2024

Posted on:

23 Jan 2024

0

Summary display issue

I am not getting the summary display as shown in the video. What could be the issue?

This is my display

 

This is the lecture display

2 answers ( 0 marked as helpful)
Instructor
Posted on:

23 Jan 2024

0

Hey Olanike,


Thank you for reaching out.


Note that the following line of code:

results.summary

should be substituted by

results.summary()

That is, you need a set of parentheses at the end of the line to obtain the same output as the one from the lecture.


Let me know if you encounter other issues.


Kind regards,

365 Hristina

Posted on:

23 Jan 2024

0

Thanks, worked.

Submit an answer