In an open book in Jupyter Notebook, I try to import all the columns of an Excel sheet (16), using the script
file = "datos.xlsx"
# Import the data
df = pd.read_excel(file, sheetname = "Financiera", na_values = "n/a")
The script works corre...
asked by
11.04.2018 / 00:20