Just installed python and Jupyter notebook on new computer and wrote:
import pandas as pd df = pd.read_excel('Macro.xlsx') print(df)
Error:
Excel file format cannot be determined, you must specify an engine manually