1 min readJun 7, 2020
Hi,
Thank you for the feedback.
As “data” is a local variable holding the tabular data inside the “display_summary” instance method, I think there is no need to use “self” here.
The “self” represents the instance itself and it is used to access instance attributes and methods.
Hope it helps!