Fabian
Fabian

Reputation: 1

How do I convert values that are given in scientific notation into decimals?

How do I convert values that are given in scientific notation into decimals? This would be values in certain columns in a dataframe in a jupyter notebook.

I tried using the float function and the round function. I defined a function that search for the scientific notation values and converts them to float or decimals using the float function and the round function, however, the functions returned values that remained in scietific notation.

Upvotes: 0

Views: 39

Answers (0)

Related Questions