alteryx/henchman

Add test for missing values in diagnostics

オープン

#26 opened on 2018/09/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (2 件のフォーク)auto 404
easyfixgood first issue

Repository metrics

Stars
 (15 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • 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

コントリビューターガイド