【数据分析】Pandas库笔记

Pandas库笔记 1import pandas as pd 缺失值处理 判断nan 12pd.isnull()pd.notna() 返回一个布尔矩阵,显示nan位置。 删除行列操作 若要使用数字调用索引,需要调用df.index行属性和df...