Extracting pecentage values from Data Frame in Pandas

11 Views Asked by At

I have this DF where I have percentage values.

enter image description here

I need to extract Country and Sample Share Used (which is percentage) in a separate DF. I do that like so,

enter image description here

but I get completely different percentage values where there is not even the percentage sign.

enter image description here

Does someone know what I am doing wrong?

0

There are 0 best solutions below