-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
IO Excelread_excel, to_excelread_excel, to_excel
Description
I've read here https://stackoverflow.com/a/64744395 that getiterator has been deprecated in Python 3.9.0. My script ran without issues until upgrading Python to 3.9, and now I get the following error:
Traceback (most recent call last): File "/Users/user/Documents/Programming/MyProject/MyProject.py", line 551, in <module> df = pd.read_excel(excel_filename, excel_sheetname) ... AttributeError: 'ElementTree' object has no attribute 'getiterator'Running Python 3.9.0, Pandas 1.1.4
PiN73
Metadata
Metadata
Assignees
Labels
IO Excelread_excel, to_excelread_excel, to_excel