Данные HOQ для ExcelPython

Программы на Python
Ответить
Anonymous
 Данные HOQ для Excel

Сообщение Anonymous »

# Attempting to reload the new uploaded Excel file to process the data for HOQ
file_path_new = '/mnt/data/qdf revisi.xls'

# Ensuring compatibility with .xls format by specifying an appropriate engine
excel_data_new = pd.ExcelFile(file_path_new, engine='xlrd')

# Displaying sheet names to understand the structure of the file
excel_data_new.sheet_names

# Attempting to reload the new uploaded Excel file to process the data for HOQ
file_path_new = '/mnt/data/qdf revisi.xlsx'

# Ensuring compatibility with .xls format by specifying an appropriate engine
excel_data_new = pd.ExcelFile(file_path_new, engine='xlrd')

# Displaying sheet names to understand the structure of the file
excel_data_new.sheet_names


Подробнее здесь: https://stackoverflow.com/questions/792 ... ntuk-excel
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «Python»