/
lemut
/
cifranet
Обзор
Документация
Войти
/
lemut
/
cifranet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
device.py
8 строк
202 B
lemut
first_commit
23 июл 2026, 11:49
23 июл 2026, 11:49
910f940
Код
Авторство
О чём код?
import pandas as pd device_list = pd.read_excel ('Перечень_оборудования.xlsb', sheet_name='перечень') print (device_list) first_row = device_list.iloc[0] print(first_row)