rhiever/datacleaner

ValueError instead of TypeError in Python 2.7

Open

#10 ouverte le 27 févr. 2017

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)Python (211 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (1 040 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

The try except block starting at line 76 of datacleaner.py raises a ValueError in Python 2.7 when the column is of type object (string). Since the Python 2.7 icon is displayed in the repo markdown, can you clarify which Python version is supported?

Guide contributeur