How to perform calculation in string column pandas

后端 未结 0 791
别跟我提以往
别跟我提以往 2020-12-10 04:49

df[concentration]

\'4.0±0.0\'
\'2.5±0.2\'
\'5.8±0.1\'

I want result as:

4.0
2.7
5.9

which is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题