alteryx/henchman

Add test for missing values in diagnostics

Ouverte

#26 ouverte le 13 sept. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Python (2 forks)auto 404
easyfixgood first issue

Métriques du dépôt

Stars
 (15 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur