📜  删除 |从列中删除值 - Python 代码示例

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

代码示例1
laptops_no_null_cols = df.dropna(axis = 1)