Can someone tell me why do I receive this error message when I run my data pipeline? My writer script used python with
df = pd.read_excel(xls_file, sheet, header=None)
The error message was:
Message: Unsupported format, or corrupt file: Expected BOF record; found b{"error"
I am trying to understand what's going on with the data so the script would not read it.
Thank you in advance