[Python] Convert a column from text to numeric value

infor['Mobile Price'] = pd.to_numeric(infor['Mobile Price'],errors='coerce')

Guess you like

Origin blog.csdn.net/why_not_study/article/details/103949906