📜  pandas 将 inf 替换为 0 - Python 代码示例

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

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