I've recently started using pandas pivot table functionality and want to add extra data in the output. I have below dataframe currently
[Dataframe] [1]: https://i.stack.imgur.com/vfNDO.png
I want add one more column next to last column which will give 12 months expense projection i.e. average*12.
[Result dataframe] [2]: https://i.stack.imgur.com/28ZPo.png
Thanking in advance for help from fellow python experts.