Сейчас строка выглядит так:
Код: Выделить всё
test = pd.read_excel(archive_contents['spreadsheet.xlsx'])
Код: Выделить всё
FutureWarning: Passing bytes to 'read_excel' is deprecated and will be removed in a future version. To read from a byte string, wrap it in a `BytesIO` object.
test = pd.read_excel(archive_contents['spreadsheet.xlsx'])
Подробнее здесь: https://stackoverflow.com/questions/774 ... ing-python