jupyter read error format file

Use pandas to read xml file error
: "Unsupported format, or corrupt file : Expected BOF record; found b '? <Xml ve'"

The solution: convert the file format, open xml file using excel choose: File -> Save As ----> bomb box

Here Insert Picture DescriptionAfter saving, re-read the corresponding file format with the pandas to read

Guess you like

Origin blog.csdn.net/zhige1112/article/details/91413553