Код: Выделить всё
df = pd.read_excel(file, engine='openpyxl', skiprows=16, usecols = "B:F")
Есть предложения?
Подробнее здесь: https://stackoverflow.com/questions/682 ... o-python-p
Код: Выделить всё
df = pd.read_excel(file, engine='openpyxl', skiprows=16, usecols = "B:F")