I have read a csv file using pandas and have a feature that is in scientific notation:
3.450 e +04
How can I change the data type here to show the entire number?
I tried changing to a float a few others with no luck
I am using Python 2.7 on Jupyter