I have the following data frame:
product price
0 a 100000
1 b 2000000
2 c 30000000000
and I would like to convert the price column to the following format
product price
0 a 100K
1 b 2M
2 c 30B