I have a .xls
file that I have no trouble opening in Excel. Unfortunately, when trying to call the following function from the pandas module:
survey = pd.read_excel('ISU_Anketa_Ishodnie.xls', skiprows=1)
I receive the following error:
XLRDError: Unsupported format, or corrupt file: Expected BOF record; found b''<'?xml ve'
I have tried saving that file in .csv
format, but the only option Excel provides for delimiter is a comma, which is a problem as the data itself includes a lot of commas.