Typeerror: Expected Binary Or Unicode String, Got 2282667
I run this code boston.py with different data, but I keep getting this error. sys:1: DtypeWarning: Columns (5,7,8) have mixed types. Specify dtype option on import or set low_memor
Solution 1:
The answer is to add this low_memory=False
Post a Comment for "Typeerror: Expected Binary Or Unicode String, Got 2282667"