检查所有列中的缺失值

python
阅读 48 收藏 0 点赞 0 评论 0

new_gist_file.py
#check missing no of values for both test and train
def num_missing(x):
  return sum(x.isnull())
zillow_train.apply(num_missing, axis=0)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号