I am using python pandas to extract information from 3 different data sheets in excel. Read_excel works for the other 2 dataframes, but for the last one it returns only 1 column, everything else empty.
I read that the problem could be in the versions of pandas and python. I have pandas-2.2.2 and Python 3.12.4. I checked the type of the sheet, i have called it correctly(it’s object). The sheet_name is correct, i checked it. I skip the exact amount of columns that i should skip. I don’t know what the problem is.
1