Using LB data collection python functions

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:

5 Likes