rhiever/datacleaner

ValueError instead of TypeError in Python 2.7

Open

#10 geöffnet am 27. Feb. 2017

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (211 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (1.040 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide