Answers for "AttributeError: 'ElementTree' object has no attribute 'getiterator'"

1

AttributeError: 'ElementTree' object has no attribute 'getiterator'

# AttributeError: 'ElementTree' object has no attribute 'getiterator'
# add the argument engine="openpyxl" in your pd.read_excel() to fix this
var = pd.read_excel('C:/path/to/file.xlsx', engine="openpyxl")
Posted by: Guest on February-02-2022

Code answers related to "AttributeError: 'ElementTree' object has no attribute 'getiterator'"

Python Answers by Framework

Browse Popular Code Answers by Language