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 #92

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 raw_data['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'