标签: python pandas pandas-groupby data-science
我的DataFrame中有nan值。 当我运行命令“ Data[Data['column_name'].isnull().any(axis=1)]”时 找不到任何Nan值。请帮帮我
Data[Data['column_name'].isnull().any(axis=1)]
答案 0 :(得分:1)
它沿轴= 1返回该列的所有Nan或None值。
dependencies { ... implementation 'com.google.android.libraries.places:places:1.0.0' }