📜  如何在具有中位数的数据帧上填充 nas - Python 代码示例

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

代码示例1
df.fillna(df.mean(), inplace=True)