python 数据分析

pandas DataFrame dropna()函数

删除缺失的数据,dropna(axis=0) 删除行,axis=1 删除列。


学习笔记整理来自 [用python进行数据分析]

Share Comments