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)
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
Thanks, worked.