alteryx/henchman

Add test for missing values in diagnostics

Aperta

#26 aperta il 13 set 2018

 (0 commenti) (0 reazioni) (0 assegnatari)Python (2 fork)auto 404
easyfixgood first issue

Metriche repository

Star
 (15 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  • 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

Guida contributor