Is there a simple way to convert data in a dataframe from fraction to decimal format? I have a column of data that that’s been recorded as a fraction:
Levels: 1/2 1/3 1/4 1/5 1/8 2/3
Is there a quick way to convert it to .5 .333 25 .2 .125 .67?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a way I’ve done that in the past.