0

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.

James Z
  • 12,209
  • 10
  • 24
  • 44
Amit
  • 763
  • 1
  • 5
  • 14
  • Add a breakpoint and examine your program: https://www.jetbrains.com/help/pycharm/examining-suspended-program.html – Code Different Apr 18 '22 at 12:37
  • the problem i am raising is of this link https://stackoverflow.com/questions/70865175/pandas-pivot-table-nonetype-object-is-not-callable – Amit Apr 18 '22 at 15:46
  • I really need to find an alternative of pd.pivot_table or someway to see if i can see the result in debug mode .. only then i can step over in debug, else it throws error of NoneType, and working absolutely well if i just run the program. – Amit Apr 18 '22 at 15:47

0 Answers0