I aim at importing an Excel file. The code already worked. I was using openpyxl, but even if I don't select an engine, the error occurs.
tagRules = pd.read_excel(r'D:.......') # it finds the file
maximum recursion depth exceeded
How can I fix it?
Thanks