python中判断dataframe格式的某一列是否空 或某一列中的某个元素是否为空,示例:判断某一列是否为空importpandasaspdpd.isnull(data['排名'])0False1True2False3False4True