Код: Выделить всё
import pandas as pd
xl = pd.ExcelFile("Path + filename")
df = xl.parse("Sheet1")
Подробнее здесь: https://stackoverflow.com/questions/173 ... ing-pandas
Код: Выделить всё
import pandas as pd
xl = pd.ExcelFile("Path + filename")
df = xl.parse("Sheet1")