📌  相关文章
📜  将数据帧转换为浮点数 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:52.988000             🧑  作者: Mango

代码示例6
df[df.columns[1:]] = df[df.columns[1:]].replace('[\$,]', '', regex=True).astype(float)