alteryx/henchman

Add test for missing values in diagnostics

Open

#26 opened on Sep 13, 2018

 (0 comments) (0 reactions) (0 assignees)Python (2 forks)auto 404
easyfixgood first issue

Repository metrics

Stars
 (15 stars)
PR merge metrics
 (PR metrics pending)

Description

  • 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

Contributor guide