alteryx/henchman

Add test for missing values in diagnostics

开放

#26 创建于 2018年9月13日

 (0 条评论) (0 个反应) (0 位负责人)Python (2 个派生)auto 404
easyfixgood first issue

仓库指标

星标
 (15 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

  • Henchman version: 0.0.3

Description

The following lines loops are not run during tests

  • if duplicates.shape[0] > 0: (line 59)
  • if datacol.isnull().sum() > 0
    • Line 136 for the object column summary
    • Line 161 for boolean
    • Line 177 for numeric

贡献者指南