Hi @jroberts ,
As it shows in the output message there, the average_monthly
is a method, not an attribute or a property. So you just need to call it by including a ()
after the name:
Hi @jroberts ,
As it shows in the output message there, the average_monthly
is a method, not an attribute or a property. So you just need to call it by including a ()
after the name: