How to find Percentage Change in pandas columns

PHOTO EMBED

Thu Oct 29 2020 05:51:57 GMT+0000 (Coordinated Universal Time)

Saved by @ianh

df.pct_change(axis=0,fill_method='bfill')
content_copyCOPY

https://kanoki.org/2019/09/29/how-to-find-percentage-change-in-pandas/