FrankMinions / Locality-Sensetive-Hashing

1 stars 0 forks source link

pyarrow.lib.ArrowTypeError: Expected bytes, got a 'int' object #1

Open FrankMinions opened 11 months ago

FrankMinions commented 11 months ago

Executing run_lsh.py, and it was interrupted abnormally with the above error occurred. Command: python run_lsh.py --file_path xxx.xlsx --is_head true --save_path xxx-norepeat.xlsx

FrankMinions commented 11 months ago

When using pandas to create xlsx file, such as _toexcel, please note that the parameter engine is set to 'openpyxl'.