pandas把某一列进行数字化

Lytcreate / 2025-02-21 / 原文

data_frame['aa'] = pd.to_numeric(data_frame['aaa'], errors='coerce')