最佳答案
如何从DataFrame
中删除nan
, inf
和-inf
值而不重置mode.use_inf_as_null
?
我可以告诉dropna
在其缺失值的定义中包含inf
,以便以下工作吗?
df.dropna(subset=["col1", "col2"], how="all")