📜  pandas 数据框替换 inf - Python 代码示例

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

代码示例1
df.replace([np.inf, -np.inf], np.nan)