I need to change stock data from values such as [337.510009765625] to [337.510] for the Open High Low and Close, but not the volume
I don't want to round, I just want to knock off the extra digits
I've looked everywhere and tried a few methods but I cant find a way to do it to my whole DataFrame
Looking to knock off the decimal points - not round