Home > other >  Using the pandas. Datafrme reading EXCEL tabulated fault
Using the pandas. Datafrme reading EXCEL tabulated fault

Time:09-22

With the pandas. Read_excel ('/... XLS ') successfully read a 104 lines, 88 columns of EXCEL table, the last in a row "limit_output extension: Maximum message size of exceeded 10000 with 25723 characters", leading to the back and remove the table rows and the number of columns, data serial cases (I doubt is due to the cause of the error), could you tell me how to solve? Supposed that the amount of data that should be not big,

CodePudding user response:

Know column, under the condition of limited try read the number of columns
  • Related