📜  pandas 用零替换空值 - Python 代码示例

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

代码示例3
nonzero_mean = df[ df.col != 0 ].mean()