HoloClean / holoclean

A Machine Learning System for Data Enrichment.
http://www.holoclean.io
Apache License 2.0
514 stars 129 forks source link

fix err: cast value to string before .str #93

Closed fangyuw closed 5 years ago

fangyuw commented 5 years ago

in eval.py line 67: need to cast raw_data['value'] into string before '.str', if rawdata['value'] is not string value, it will cause error: 'AttributeError: Can only use .str accessor with string values, which use np.object dtype in pandas'

fangyuw commented 5 years ago

this error is in master branch; the error has already been resolved in dev branch