'How can i watch df.pivot_table output in debug mode in pycharm?

I have been handed over a project, which i am debugging right now to understand the process but i am not able to move ahead as df.pivot_table returns error

TypeError: 'NoneType' object is not callable

and i am not able to move ahead.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source